Skip to content

Commit

Permalink
Fix build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
waseem-h authored May 31, 2018
1 parent 2974a06 commit 538af83
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 @@ -49,7 +49,7 @@ toolsNode(toolsImage: 'stakater/pipeline-tools:1.5.1') {
stage('Build Binary') {
sh """
cd ${srcDir}
go build -o ..out/${repoName.toLowerCase()}
go build -o ../out/${repoName.toLowerCase()}
"""
}

Expand Down

0 comments on commit 538af83

Please sign in to comment.