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
a3bf4153
Commit
a3bf4153
authored
Aug 10, 2017
by
Michael T Bailey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fuck Git
parent
e2904d61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
19 deletions
+1
-19
.gitignore
.gitignore
+0
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-16
No files found.
.gitignore
View file @
a3bf4153
*.sw*
*.pyc
*~
<<<<<<< HEAD
srctweb/website/build/
.venv
.virtualevn
=======
srctweb/_site/
.sass-cache/
.jekyll-metadata
>>>>>>> origin/1.0-jekyll-rewrite
.gitlab-ci.yml
View file @
a3bf4153
<<<<<<< HEAD
image
:
python:2
pages
:
script
:
-
pip install -r requirements.txt
-
python srctweb/srctweb.py build
-
mv srctweb/website/build/ public/
artifacts
:
paths
:
-
public/
only
:
-
master
=======
image
:
ruby:2.3
variables
:
...
...
@@ -28,5 +14,4 @@ build:
-
bundle exec jekyll build --trace -d '../build'
artifacts
:
paths
:
-
build
>
>>>>>>
origin/1.0-jekyll-rewrite
-
build
\ No newline at end of file
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