We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6124e26 commit 20bdc22Copy full SHA for 20bdc22
releasetests/build-juju-source.bash
@@ -1,4 +1,6 @@
1
echo "Getting and updating juju-core dependencies to the required versions."
2
+env
3
+echo "Work directory is $WORK"
4
GOPATH=$WORK go get -v github.com/rogpeppe/godeps
5
GODEPS=$WORK/bin/godeps
6
if [[ ! -f $GODEPS ]]; then
0 commit comments