Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
e9afc615
Commit
e9afc615
authored
Aug 23, 2016
by
Nicholas J Anderson
Browse files
No longer a maze of paths in CI artifacts
parent
1d004f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e9afc615
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/octopress
image
:
python:2
pages
:
script
:
-
pip install -r requirements.txt
-
python srctweb/srctweb.py build
-
mv srctweb/website/build/ public/
artifacts
:
paths
:
-
srctweb/website/build
/
-
public
/
only
:
-
master
Write
Preview
Markdown
is supported
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