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
da8b5ce0
Commit
da8b5ce0
authored
Nov 20, 2018
by
Nicholas J Anderson
Browse files
Bugfix
parent
84864de9
Pipeline
#3393
failed with stage
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
da8b5ce0
...
...
@@ -9,13 +9,14 @@ variables:
LC_ALL
:
C.UTF-8
before_script
:
-
cd srctweb
-
ruby -v
-
bundle install --jobs 4 --path vendor
cache
:
key
:
"
ruby-231"
paths
:
-
vendor/ruby
-
srctweb/
vendor/ruby
pages
:
stage
:
deploy
...
...
@@ -23,7 +24,6 @@ pages:
name
:
production
url
:
https://srct.gmu.edu
script
:
-
cd srctweb/
-
bundle exec jekyll build --trace -d '../public'
artifacts
:
paths
:
...
...
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