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
262b5c5f
Commit
262b5c5f
authored
Aug 13, 2017
by
Michael T Bailey
Browse files
Don't make bundle installing fuck up our party
parent
349b14f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
262b5c5f
...
@@ -21,7 +21,8 @@ prod_deploy:
...
@@ -21,7 +21,8 @@ prod_deploy:
-
export GIT_SSL_NO_VERIFY=true && cd /srv/srctweb-jekyll/source && git stash save --keep-index && git stash drop && return
true
-
export GIT_SSL_NO_VERIFY=true && cd /srv/srctweb-jekyll/source && git stash save --keep-index && git stash drop && return
true
-
export GIT_SSL_NO_VERIFY=true && cd /srv/srctweb-jekyll/source && git pull && cd ../
-
export GIT_SSL_NO_VERIFY=true && cd /srv/srctweb-jekyll/source && git pull && cd ../
-
cp -rf /srv/srctweb-jekyll/source/* /srv/srctweb-jekyll/
-
cp -rf /srv/srctweb-jekyll/source/* /srv/srctweb-jekyll/
-
cd /srv/srctweb-jekyll/ && bundle install && bundle exec jekyll build --trace -d '/srv/srctweb-jekyll/_site'
-
cd /srv/srctweb-jekyll/ && bundle install && return
true
-
cd /srv/srctweb-jekyll/ && bundle exec jekyll build --trace -d '/srv/srctweb-jekyll/_site'
only
:
only
:
-
master
-
master
tags
:
tags
:
...
...
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