Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
CIMpy
Commits
68e2c59a
Commit
68e2c59a
authored
Dec 08, 2020
by
Jonathan Klimt
Browse files
Use cache only on not-master branch
parent
4087a104
Pipeline
#373515
failed with stages
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
68e2c59a
...
...
@@ -17,6 +17,19 @@ docker:
-
shell
-
linux
cached-documentation
:
stage
:
generate
script
:
-
cd documentation && ./docu.sh
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags
:
-
docker
cache
:
key
:
secret-cimpy
paths
:
-
documentation
except
:
-
master
documentation
:
stage
:
generate
...
...
@@ -28,10 +41,8 @@ documentation:
-
documentation
tags
:
-
docker
cache
:
key
:
secret-cimpy
paths
:
-
documentation
only
:
-
master
pages
:
...
...
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