Skip to content
GitLab
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
b44405a4
Commit
b44405a4
authored
Aug 02, 2018
by
Martin Reinecke
Browse files
revert CI
parent
7a201726
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b44405a4
...
...
@@ -11,8 +11,8 @@ stages:
-
demo_runs
build_docker_from_scratch
:
#
only:
#
- schedules
only
:
-
schedules
image
:
docker:stable
stage
:
build_docker
before_script
:
...
...
@@ -22,17 +22,17 @@ 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:stable
#
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
build_docker_from_cache
:
except
:
-
schedules
image
:
docker:stable
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_python2_with_coverage
:
stage
:
test
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment