Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Weiss
flask_demo_json2html
Commits
f30aa8d7
Commit
f30aa8d7
authored
Apr 30, 2020
by
Tobias Weiss
Browse files
neue Stage mit mehreren Jobs
parent
c5670dfe
Pipeline
#22279
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f30aa8d7
...
...
@@ -4,6 +4,7 @@ variables:
DOCKER_GIT_IMAGE
:
registry.itgit.zib.de:5005/pub/docker-git
stages
:
-
dummy_stage
-
build
-
release
...
...
@@ -22,6 +23,17 @@ build_docker_image:
-
docker build -t $IMAGE_TAG .
-
docker push $IMAGE_TAG
lange_schlafen
:
stage
:
dummy_stage
script
:
-
sleep
10
weiter_schlafen
:
stage
:
dummy_stage
- sleep
5
release_docker_image
:
stage
:
release
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment