Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 31, 2016
1 parent 4a3426c commit 0594595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if (BRANCH_TEST=="shibboleth-production"){
stage 'Cleanup & Setup'
sh 'rm -rf output-*'
sh 'rm -rf "/Users/levvel/VirtualBox VMs/"'
sh 'rm /builds'
sh 'mkdir /builds'
sh 'rm -rf /builds'
sh 'mkdir -p /builds'

stage 'Checkout'

Expand Down Expand Up @@ -54,8 +54,8 @@ if (BRANCH_TEST=="shibboleth-production"){
stage 'Cleanup & Setup '
sh 'rm -rf output-*'
sh 'rm -rf "/Users/levvel/VirtualBox VMs"'
sh 'rm /builds'
sh 'mkdir /builds'
sh 'rm -rf /builds'
sh 'mkdir -p /builds'

stage 'Checkout'

Expand Down

0 comments on commit 0594595

Please sign in to comment.