Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Dec 17, 2020
1 parent 386c121 commit cb75afb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ 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'

stage 'Setting build context'

def maintainer = maintainer()
Expand Down

0 comments on commit cb75afb

Please sign in to comment.