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
9e94dc1a
Commit
9e94dc1a
authored
Mar 02, 2020
by
Philipp Reuber
Browse files
modify yml
parent
3255ae4b
Pipeline
#248724
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9e94dc1a
...
...
@@ -5,7 +5,7 @@ variables:
stages
:
-
prepare
-
documentation
-
te
st
-
genera
te
-
deploy
...
...
@@ -18,8 +18,8 @@ docker:
-
linux
generate
:
stage
:
documentation
documentation
:
stage
:
generate
script
:
-
cd scripts && ./docu.sh
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
...
...
@@ -30,8 +30,8 @@ generate:
-
docker
deploy
:
stage
:
d
ocumentation
pages
:
stage
:
d
eploy
script
:
-
mkdir .public
-
cp -r documentation/_build/html .public
...
...
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