Skip to content

Commit

Permalink
jenkins tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Oct 7, 2019
1 parent 224c9ae commit 8ce017b
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 @@ -10,7 +10,7 @@ node {
dir('tmp'){
git([ url: "https://github.internet2.edu/docker/util.git",
credentialsId: "jenkins-github-access-token" ])
sh 'mv ./bin/* ../bin/.'
sh 'mv -f ./bin/* ../bin/.'
}
sh 'rm -rf tmp'

Expand Down

0 comments on commit 8ce017b

Please sign in to comment.