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 0ebbbaa commit a0ae973
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\ VMs/shibboleth-appliance-centos7-*/'
sh 'rm -rf /home/centos/VirtualBox\sVMs/shibboleth-appliance-centos7-*/'

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\ VMs/shibboleth-appliance-centos7-*/'
sh 'rm -rf /home/centos/VirtualBox\sVMs/shibboleth-appliance-centos7-*/'

stage 'Checkout'

Expand Down

0 comments on commit a0ae973

Please sign in to comment.