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
ift
NIFTy
Commits
454bc84a
Commit
454bc84a
authored
Jun 05, 2020
by
Martin Reinecke
Browse files
temporary: force image rebuild
parent
90ae2fa0
Pipeline
#76165
passed with stages
in 24 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
454bc84a
...
...
@@ -11,8 +11,6 @@ stages:
-
demo_runs
build_docker_from_scratch
:
only
:
-
schedules
image
:
docker:19.03.8
stage
:
build_docker
before_script
:
...
...
@@ -22,18 +20,6 @@ build_docker_from_scratch:
-
docker build -t $CONTAINER_TEST_IMAGE --no-cache .
-
docker push $CONTAINER_TEST_IMAGE
build_docker_from_cache
:
except
:
-
schedules
image
:
docker:19.03.8
stage
:
build_docker
before_script
:
-
ls
script
:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
-
docker build -t $CONTAINER_TEST_IMAGE .
-
docker push $CONTAINER_TEST_IMAGE
test_serial
:
stage
:
test
script
:
...
...
Write
Preview
Markdown
is supported
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