Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
theia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
deadlock-public
theia
Commits
0c50c78e
Commit
0c50c78e
authored
3 years ago
by
Alexandra
Browse files
Options
Downloads
Patches
Plain Diff
fix: gitlab ci, tag and stages missing
parent
e6d26d2c
No related branches found
No related tags found
No related merge requests found
Pipeline
#14251
failed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
0c50c78e
stages
:
-
build
build
:
build
:
stage
:
bundle
stage
:
bundle
services
:
services
:
-
docker:18.09.6-dind
-
docker:18.09.6-dind
before_script
:
-
export TAG=${CI_COMMIT_TAG:-latest}
script
:
script
:
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.e-biz.fr
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.e-biz.fr
-
./build $TAG
-
./build $TAG
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment