Skip to content

Commit

Permalink
Change to support builds on levvelmini with levvel user.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 31, 2016
1 parent 4d1bc49 commit 03d3f50
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 @@ -12,7 +12,7 @@ if (BRANCH_TEST=="shibboleth-production"){
try {
stage 'Cleanup'
sh 'rm -rf output-*'
sh 'rm -rf "/home/masonpackard/VirtualBox VMs/"'
sh 'rm -rf "/Users/levvel/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/masonpackard/VirtualBox VMs"'
sh 'rm -rf "/Users/levvel/VirtualBox VMs"'

stage 'Checkout'

Expand Down

0 comments on commit 03d3f50

Please sign in to comment.