Skip to content

Commit

Permalink
Do not deference links, try fix: sass/sassc-ruby#146
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 17, 2019
1 parent c6d9cad commit 70bdada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ podTemplate(
stage ('Jekyll Dependencies') {
dir ("build/homepage") {
sh '''
cp -r /usr/gem/. /usr/local/bundle/
cp -rd /usr/gem/. /usr/local/bundle/
bundle install
'''
}
Expand Down

0 comments on commit 70bdada

Please sign in to comment.