Skip to content

Commit

Permalink
trying to set env var
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-wm-arthur committed Mar 20, 2020
1 parent b6b0506 commit 994a30b
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 @@ -97,7 +97,7 @@ pipeline {
steps {
dir (".ci_bin") {
sh "npm i bats"
sh "export CI_BIN=$(pwd)"
sh "export CI_BIN=`pwd`"
}
dir ("go") {
sh "go get -mod=readonly ./..."
Expand Down

0 comments on commit 994a30b

Please sign in to comment.