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
f51f634b
Commit
f51f634b
authored
Aug 06, 2017
by
David Haynes
🙆
Browse files
Merge branch '33-gitlab-ci' into '1.0-jekyll-rewrite'
Resolve "Gitlab CI builds" See merge request
!21
parents
e846a2ce
0c7d02f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
f51f634b
image
:
ruby:2.3
variables
:
JEKYLL_ENV
:
production
before_script
:
-
cd srctweb/
-
bundle install
build
:
stage
:
build
script
:
-
bundle exec jekyll build --trace -d '../build'
artifacts
:
paths
:
-
build
srctweb/_config.yml
View file @
f51f634b
...
...
@@ -41,7 +41,7 @@ exclude:
# Build settings
markdown
:
kramdown
plugins
:
plugins
_dir
:
-
jekyll-feed
defaults
:
...
...
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