diff options
author | Bin Hu <bin.hu@att.com> | 2018-10-02 02:05:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-02 02:05:34 +0000 |
commit | 3d18e1efb262fb6619f139ac640dac795dcf0d54 (patch) | |
tree | f1280a37db582fca14a52a0ddfe63476910bff67 /deployments | |
parent | 6dac5862d3d1c6f98e70b7f20b93c9be8ce20afe (diff) | |
parent | 3a726acfc600538f09636a99232adc84095cdb31 (diff) |
Merge "Fix build.sh deployment script"
Diffstat (limited to 'deployments')
-rwxr-xr-x | deployments/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deployments/build.sh b/deployments/build.sh index 3a6ea856..a1f093a7 100755 --- a/deployments/build.sh +++ b/deployments/build.sh @@ -11,7 +11,10 @@ set -o nounset set -o pipefail +source /etc/environment + k8s_path="$(git rev-parse --show-toplevel)" +export GOPATH=$k8s_path echo "Compiling source code" pushd $k8s_path/src/k8splugin/ |