Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove ../bin/windows (temporarily)
mederly committed Mar 25, 2019

Unverified

No user is associated with the committer email.
1 parent 33e3080 commit da54415
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
@@ -25,8 +25,9 @@ pipeline {
dir ('tmp') {
git([ url: "https://github.internet2.edu/docker/util.git", credentialsId: "jenkins-github-access-token" ])
sh 'ls -l'
sh 'ls -l ../bin'
sh 'mv -f bin/* ../bin/.'
sh 'ls -lR ../bin'
sh 'rm -r ../bin/windows || true'
sh 'mv bin/* ../bin/.'
}
// Build and test scripts expect that 'tag' is present in common.bash. This is necessary for both Jenkins and standalone testing.
// We don't care if there are more 'tag' assignments there. The latest one wins.

0 comments on commit da54415

Please sign in to comment.