mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
feat(release_util.sh): Support changing default upload path with env var
This commit is contained in:
parent
95388caab1
commit
6dd768b810
@ -3,7 +3,7 @@
|
||||
# found in the LICENSE file.
|
||||
|
||||
GSUTIL_OPTS=
|
||||
UPLOAD_ROOT="gs://storage.core-os.net/coreos"
|
||||
UPLOAD_ROOT="${COREOS_UPLOAD_ROOT:-gs://storage.core-os.net/coreos}"
|
||||
UPLOAD_PATH=
|
||||
UPLOAD_DEFAULT=${FLAGS_FALSE}
|
||||
if [[ ${COREOS_OFFICIAL:-0} -eq 1 ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user