mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
Merge pull request #270 from marineam/legacy
fix(core_promote): fix typo
This commit is contained in:
commit
2bcb9bfd4f
@ -112,7 +112,7 @@ if [[ ${FLAGS_do_storage} -eq ${FLAGS_TRUE} ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${FLAGS_do_storage} -eq ${FLAGS_TRUE} ]] && \
|
if [[ ${FLAGS_do_storage} -eq ${FLAGS_TRUE} ]] && \
|
||||||
[[-n "${FLAGS_legacy_storage}" ]]
|
[[ -n "${FLAGS_legacy_storage}" ]]
|
||||||
then
|
then
|
||||||
if [[ "${lower_channel}" == alpha ]]; then
|
if [[ "${lower_channel}" == alpha ]]; then
|
||||||
gsutil -m cp "${gs_release}/*" \
|
gsutil -m cp "${gs_release}/*" \
|
||||||
|
Loading…
Reference in New Issue
Block a user