Skip to content

Commit

Permalink
fix file issue in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Dec 19, 2018
1 parent c30b4e1 commit 02316ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ node('docker') {
dir('tmp'){
git([ url: "https://github.internet2.edu/docker/util.git",
credentialsId: "jenkins-github-access-token" ])
sh 'rm -rf ../bin/*'
sh 'mv ./bin/* ../bin/.'
}
sh 'rm -rf tmp'
Expand Down

0 comments on commit 02316ed

Please sign in to comment.