Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srct.gmu.io
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
srct.gmu.io
Commits
476b012f
Verified
Commit
476b012f
authored
Aug 06, 2017
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial gitlab-ci commit
- let's see if it works Closes #33 ^ hopefully
parent
e846a2ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
.gitlab-ci.yml
.gitlab-ci.yml
+17
-0
srctweb/_config.yml
srctweb/_config.yml
+1
-1
No files found.
.gitlab-ci.yml
0 → 100644
View file @
476b012f
image
:
ruby:2.3
variables
:
JEKYLL_ENV
:
production
before_script
:
-
cd srctweb/
-
bundle install
build
:
stage
:
build
script
:
-
cd srctweb/
-
bundle exec jekyll build -d '../build'
artifacts
:
paths
:
-
build
srctweb/_config.yml
View file @
476b012f
...
...
@@ -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