Skip to content

Commit

Permalink
Bump cloudstack-cpi (#3)
Browse files Browse the repository at this point in the history
* bump cloudstack-cpi
* migrate to golang 1.12
  • Loading branch information
psycofdj authored Feb 13, 2020
1 parent dcd0cc9 commit a947b32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/cloudstack_cpi/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ PACKAGE_NAME="github.com/orange-cloudfoundry/bosh-cpi-cloudstack"

source ${pkg_dir}/bosh/compile.env

# hack to compile from bbl
if [ ! -d "${GOCACHE}" ]; then
export GOCACHE=/tmp/
fi

mkdir -p ${GOPATH}/src/${PACKAGE_NAME}
mkdir -p ${BOSH_INSTALL_TARGET}/bin

Expand Down

0 comments on commit a947b32

Please sign in to comment.