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