Skip to content

Commit

Permalink
Merge pull request #240 from codenrhoden/fix-build-loc
Browse files Browse the repository at this point in the history
Fix build output location in release.sh
  • Loading branch information
k8s-ci-robot authored Aug 20, 2019
2 parents 05e4ecf + 0a21077 commit 22afbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ function push_ccm_bin() {

sha_sum ".build/bin/vsphere-cloud-controller-manager.linux_amd64"
echo "copying ccm version ${VERSION} to ${bucket}"
gsutil cp "build/bin/vsphere-cloud-controller-manager.linux_amd64" "gs://${bucket}/${VERSION}/bin/linux/amd64/vsphere-cloud-controller-manager"
gsutil cp "build/bin/vsphere-cloud-controller-manager.linux_amd64.sha256" "gs://${bucket}/${VERSION}/bin/linux/amd64/vsphere-cloud-controller-manager.sha256"
gsutil cp ".build/bin/vsphere-cloud-controller-manager.linux_amd64" "gs://${bucket}/${VERSION}/bin/linux/amd64/vsphere-cloud-controller-manager"
gsutil cp ".build/bin/vsphere-cloud-controller-manager.linux_amd64.sha256" "gs://${bucket}/${VERSION}/bin/linux/amd64/vsphere-cloud-controller-manager.sha256"
}

# Start of main script
Expand Down

0 comments on commit 22afbeb

Please sign in to comment.