Skip to content

Commit

Permalink
Updating util acquisition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 30, 2016
1 parent 8133196 commit 59ed367
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 @@ -9,9 +9,9 @@ node {
dir('tmp'){
git([ url: "https://github.internet2.edu/docker/util.git",
credentialsId: "jenkins-github-access-token" ])
sh 'ls'
sh 'mv ./bin/* ../bin/.'
sh 'mv ./util/bin/* ../bin/.'
}
sh 'rm -rf tmp'
stage 'Setting build context'

def maintainer = maintainer()
Expand Down

0 comments on commit 59ed367

Please sign in to comment.