mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
jenkins: use gs:// uri for DOWNLOAD_ROOT_SDK so that we can apply authentication
This commit is contained in:
parent
dc4e4a8701
commit
93cf5aa5c3
@ -14,7 +14,7 @@ gpg --import verify.asc
|
||||
# key imports fail, let's create it here as a workaround
|
||||
mkdir -p --mode=0700 "${GNUPGHOME}/private-keys-v1.d/"
|
||||
|
||||
DOWNLOAD_ROOT_SDK="https://storage.googleapis.com${SDK_URL_PATH}"
|
||||
DOWNLOAD_ROOT_SDK="${DOWNLOAD_ROOT}/sdk"
|
||||
|
||||
SCRIPTS_PATCH_ARG=""
|
||||
OVERLAY_PATCH_ARG=""
|
||||
|
@ -10,7 +10,7 @@ set -ex
|
||||
if [[ "${RELEASE_BASE_IS_DEV}" = "false" && "${GROUP}" = "developer" && "${RELEASE_BASE}" != "" ]]; then
|
||||
DOWNLOAD_ROOT=$(echo ${DOWNLOAD_ROOT} | sed 's,/developer,,');
|
||||
fi
|
||||
DOWNLOAD_ROOT_SDK="https://storage.googleapis.com${SDK_URL_PATH}"
|
||||
DOWNLOAD_ROOT_SDK="${DOWNLOAD_ROOT}/sdk"
|
||||
|
||||
# Set up GPG for verifying tags.
|
||||
export GNUPGHOME="${PWD}/.gnupg"
|
||||
|
@ -27,7 +27,7 @@ then
|
||||
fi
|
||||
fi
|
||||
|
||||
DOWNLOAD_ROOT_SDK=https://storage.googleapis.com/flatcar-jenkins/sdk
|
||||
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.
|
||||
# Also, we don't want compiler bugs to propagate from one nightly SDK to the next even though the commit in question was reverted.
|
||||
|
@ -17,7 +17,7 @@ gpg --import verify.asc
|
||||
# key imports fail, let's create it here as a workaround
|
||||
mkdir -p --mode=0700 "${GNUPGHOME}/private-keys-v1.d/"
|
||||
|
||||
DOWNLOAD_ROOT_SDK="https://storage.googleapis.com${SDK_URL_PATH}"
|
||||
DOWNLOAD_ROOT_SDK="${DOWNLOAD_ROOT}/sdk"
|
||||
|
||||
SCRIPTS_PATCH_ARG=""
|
||||
OVERLAY_PATCH_ARG=""
|
||||
|
@ -14,7 +14,7 @@ gpg --import verify.asc
|
||||
# key imports fail, let's create it here as a workaround
|
||||
mkdir -p --mode=0700 "${GNUPGHOME}/private-keys-v1.d/"
|
||||
|
||||
DOWNLOAD_ROOT_SDK="https://storage.googleapis.com${SDK_URL_PATH}"
|
||||
DOWNLOAD_ROOT_SDK="${DOWNLOAD_ROOT}/sdk"
|
||||
|
||||
SCRIPTS_PATCH_ARG=""
|
||||
OVERLAY_PATCH_ARG=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user