mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 01:11:02 +02:00
Fix build during release
This commit is contained in:
parent
e01563f538
commit
43294caaef
@ -27,6 +27,8 @@ if [ -z "$GCS_BUCKET_PATH" ]; then
|
|||||||
GCS_BUCKET_PATH="gs://jsonnet"
|
GCS_BUCKET_PATH="gs://jsonnet"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pushd jsonnet
|
||||||
|
|
||||||
for elem in darwin,amd64 linux,amd64; do
|
for elem in darwin,amd64 linux,amd64; do
|
||||||
IFS="," read os arch <<< "${elem}"
|
IFS="," read os arch <<< "${elem}"
|
||||||
echo "Building for $os $arch"
|
echo "Building for $os $arch"
|
||||||
@ -41,3 +43,5 @@ done
|
|||||||
|
|
||||||
echo $VERSION > latest
|
echo $VERSION > latest
|
||||||
gsutil cp latest ${GCS_BUCKET_PATH}/
|
gsutil cp latest ${GCS_BUCKET_PATH}/
|
||||||
|
|
||||||
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user