Skip to content
Snippets Groups Projects
Commit c28c31c2 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

revert

parent 454bc84a
No related branches found
No related tags found
1 merge request!530Switch to DUCC
Pipeline #76166 passed
......@@ -11,6 +11,8 @@ stages:
- demo_runs
build_docker_from_scratch:
only:
- schedules
image: docker:19.03.8
stage: build_docker
before_script:
......@@ -20,6 +22,18 @@ 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment