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
Ansgar Burchardt
dune-docker
Commits
a101b5e0
Unverified
Commit
a101b5e0
authored
Sep 06, 2017
by
Ansgar Burchardt
Browse files
drop `--no-cache` option; weekly builds should set `DUNECI_DOCKER_CACHE=0`
parent
87cb3b4a
Pipeline
#841
failed with stages
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a101b5e0
...
...
@@ -91,14 +91,14 @@ dune:2.4:
dune:2.5:
stage
:
stage2
script
:
-
./bin/duneci-build-docker-image
--no-cache
duneci/dune:2.5 dune-2.5
-
./bin/duneci-build-docker-image duneci/dune:2.5 dune-2.5
only
:
-
master@ansgar/dune-docker
dune:git:
stage
:
stage2
script
:
-
./bin/duneci-build-docker-image --parallel
--no-cache
duneci/dune:git dune-git
-
./bin/duneci-build-docker-image --parallel duneci/dune:git dune-git
only
:
-
master@ansgar/dune-docker
...
...
@@ -112,7 +112,7 @@ dune-fufem:2.4:
dune-fufem:git:
stage
:
stage3
script
:
-
./bin/duneci-build-docker-image --parallel
--no-cache
duneci/dune-fufem:git dune-fufem-git
-
./bin/duneci-build-docker-image --parallel duneci/dune-fufem:git dune-fufem-git
only
:
-
master@ansgar/dune-docker
...
...
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