Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
pcaskey committed Dec 20, 2018
1 parent 8b9ffb4 commit 46bcc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -11,7 +11,7 @@ node('docker') {
git([ url: "https://github.internet2.edu/docker/util.git",
credentialsId: "jenkins-github-access-token" ])
sh 'ls'
sh 'rm -rf ../bin/*'
sh 'rm -rf ../bin/windows/'
sh 'mv bin/* ../bin/.'
}
stage 'Setting build context'

0 comments on commit 46bcc2f

Please sign in to comment.