Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
CIMpy
Commits
fb9e43e3
Commit
fb9e43e3
authored
Dec 10, 2019
by
Jan Dinkelbach
Browse files
update ci yaml
parent
aca24b60
Pipeline
#217305
failed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fb9e43e3
variables
:
DOCKER_TAG_DEV
:
${CI_COMMIT_REF_NAME}
DOCKER_IMAGE_DEV
:
modci-om
DOCKER_IMAGE_DEV
:
cimpy
stages
:
-
prepare
...
...
@@ -18,10 +18,10 @@ docker:
documentation
:
stage
:
generate
script
:
-
cd
cimpy/
scripts && ./docu.sh
-
cd scripts && ./docu.sh
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
artifacts
:
paths
:
-
cimpy/
documentation
-
documentation
tags
:
-
docker
Write
Preview
Supports
Markdown
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