Skip to content

Commit

Permalink
Adjust for whitespace in directory name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 24, 2016
1 parent a0ae973 commit 7a6b8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (BRANCH_TEST=="shibboleth-production"){
try {
stage 'Cleanup'
sh 'rm -rf output-*'
sh 'rm -rf /home/centos/VirtualBox\sVMs/shibboleth-appliance-centos7-*/'
sh 'rm -rf "/home/centos/VirtualBox VMs/"'

stage 'Checkout'

Expand Down Expand Up @@ -51,7 +51,7 @@ if (BRANCH_TEST=="shibboleth-production"){
try {
stage 'Cleanup'
sh 'rm -rf output-*'
sh 'rm -rf /home/centos/VirtualBox\sVMs/shibboleth-appliance-centos7-*/'
sh 'rm -rf "/home/centos/VirtualBox VMs"'

stage 'Checkout'

Expand Down

0 comments on commit 7a6b8fb

Please sign in to comment.