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