Skip to content

Commit

Permalink
fix for go binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Skaggs committed Oct 11, 2017
1 parent 20bdc22 commit 716ca3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/check-merge.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ node('juju-core-slave-b') {

sh(script: "${scripts_dir}/clean_lxd.py")

withEnv(["PATH+GO=/snap/bin/go"]) {
withEnv(["PATH+GO=/snap/bin/]) {
retcode = sh(
script: "${release_scripts}/make-pr-tarball.bash ${env.CHANGE_ID}",
returnStatus: true)
Expand Down
2 changes: 0 additions & 2 deletions releasetests/build-juju-source.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
echo "Getting and updating juju-core dependencies to the required versions."
env
echo "Work directory is $WORK"
GOPATH=$WORK go get -v github.com/rogpeppe/godeps
GODEPS=$WORK/bin/godeps
if [[ ! -f $GODEPS ]]; then
Expand Down

0 comments on commit 716ca3d

Please sign in to comment.