Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #883 from jcvenegas/fix-k8s-ci
Browse files Browse the repository at this point in the history
ci: Fix image build  using docker.
  • Loading branch information
chavafg authored Feb 2, 2018
2 parents 4ceedac + adfc6f8 commit 787e1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install_asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function build_asset {
image)
packaging="github.com/${repo_owner}/packaging"
go get -d -u ${packaging} || true
"$GOPATH/src/${packaging}/release-tools/release_image_github.sh" -o "${PWD}" -a ${cc_agent_version} -c ${clear_vm_image_version} release
sudo -E "$GOPATH/src/${packaging}/release-tools/release_image_github.sh" -o "${PWD}" -a ${cc_agent_version} -c ${clear_vm_image_version} release
;;
*)
die "Dont know how to build $asset"
Expand Down

0 comments on commit 787e1b9

Please sign in to comment.