From 6cbeba23d15fe4b2db7d01578073ab7b97f8802c Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 10 Oct 2023 14:10:24 +0200 Subject: [PATCH] use fake stuff --- ci-automation/sdk_bootstrap.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci-automation/sdk_bootstrap.sh b/ci-automation/sdk_bootstrap.sh index 3540ec9023..59b12683df 100644 --- a/ci-automation/sdk_bootstrap.sh +++ b/ci-automation/sdk_bootstrap.sh @@ -81,8 +81,8 @@ function _sdk_bootstrap_impl() { local target_branch='' # These variables are here to make it easier to test nightly # builds without messing with actual release branches. - local main_branch='main' - local nightly='nightly' + local main_branch='krnowak/fake-main' + local nightly='fakely' # Patterns used below. local nightly_pattern_1='^main-[0-9.]+-'"${nightly}"'-[-0-9]+(-INTERMEDIATE)?$' local nightly_pattern_2='^main-[0-9.]+-'"${nightly}"'-[-0-9]+$' @@ -142,6 +142,8 @@ function _sdk_bootstrap_impl() { update_and_push_version "${version}" "${target_branch}" apply_local_patches + exit 1 + ./bootstrap_sdk_container -x ./ci-cleanup.sh "${seed_version}" "${vernum}" # push SDK tarball to buildcache