Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
125f37b5
Unverified
Commit
125f37b5
authored
Jan 26, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
CI: Fixed bug in the gitlab CI configuration.
parent
abcbd2c1
Pipeline
#167
passed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
125f37b5
...
...
@@ -6,20 +6,22 @@ cache:
test
:
script
:
-
cd /app
-
pip install -
I
-r requirements.txt
-
cd
/app/
docs
-
pwd
-
pip install -
U
-r requirements.txt
-
cd docs
-
make html
except
:
-
master
pages
:
script
:
-
cd /app
-
pip install -I -r requirements.txt
-
cd /app/docs
-
pwd
-
ls
-
pip install -U -r requirements.txt
-
cd docs
-
make html
-
mv /app/docs/_build/html /app/public
-
cd ..
-
mv docs/_build/html public
artifacts
:
paths
:
-
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