mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01: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"
|
||||
fi
|
||||
|
||||
pushd jsonnet
|
||||
|
||||
for elem in darwin,amd64 linux,amd64; do
|
||||
IFS="," read os arch <<< "${elem}"
|
||||
echo "Building for $os $arch"
|
||||
@ -41,3 +43,5 @@ done
|
||||
|
||||
echo $VERSION > latest
|
||||
gsutil cp latest ${GCS_BUCKET_PATH}/
|
||||
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user