Skip to content

Commit

Permalink
jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
asafg6 committed Nov 4, 2019
1 parent 1008adb commit 6d57b72
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 @@ -6,7 +6,7 @@ pipeline {
stage('Build') {
steps {
sh 'FILES=$(ls) && mkdir -p src/github.com/veertuinc/packer-builder-veertu-anka && for FILE in "${FILES[@]}"; do mv $FILE ./src/github.com/veertuinc/packer-builder-veertu-anka/ ; done'
sh 'export GOPATH=$PWD && cd ./src/github.com/veertuinc/packer-builder-veertu-anka/ && make build'
sh 'export GOPATH=$PWD && export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin && cd ./src/github.com/veertuinc/packer-builder-veertu-anka/ && make build'
}
}
stage('Publish') {
Expand Down

0 comments on commit 6d57b72

Please sign in to comment.