mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-21 16:32:24 +01:00
jenkins/sdk: add default DOWNLOAD_ROOT
Otherwise, the variable is empty and it creates errors later. Default value is `gs://flatcar-jenkins`. Not `GS_DEVEL_ROOT` because if we check the previous behavior, `DOWNLOAD_ROOT` was hardcoded with: ```shell DOWNLOAD_ROOT_SDK=https://storage.googleapis.com/flatcar-jenkins/sdk ``` Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
8feab1f52b
commit
5d74a34dd1
@ -27,6 +27,7 @@ then
|
||||
fi
|
||||
fi
|
||||
|
||||
DOWNLOAD_ROOT=${DOWNLOAD_ROOT:-"gs://flatcar-jenkins"}
|
||||
DOWNLOAD_ROOT_SDK="${DOWNLOAD_ROOT}/sdk"
|
||||
|
||||
# We do not use a nightly SDK as seed for bootstrapping because the next major Alpha SDK release would also have to use the last published Alpha release SDK as seed.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user