Skip to content

Commit

Permalink
Adjust VirtualBox VMs directory removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Sep 14, 2016
1 parent 83c542e commit 0ed7198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def performBuild(String project){
try {
stage 'Cleanup & Setup'
sh "rm -rf output-${project}-*"
sh "rm -rf '~/VirtualBox VMs/${project}-appliance-*'"
sh "rm -rf '/Users/levvel/VirtualBox VMs/${project}-appliance-centos7-xfs'"
sh 'rm -rf builds'
sh 'mkdir -p builds'

Expand Down

0 comments on commit 0ed7198

Please sign in to comment.