CI: simplify rebase.sh

With the base ref (aka: target branch) available, we don't need to guess
stuff from the branch name
This commit is contained in:
Max Gautier
2025-03-17 16:45:55 +01:00
parent 16b090c5ff
commit 0c59cc84dd
2 changed files with 9 additions and 13 deletions

View File

@@ -9,6 +9,11 @@ variables:
KUBESPRAY_VERSION: v2.27.0
FAILFASTCI_NAMESPACE: 'kargo-ci'
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
GIT_CONFIG_COUNT: 1
GIT_CONFIG_KEY_0: user.key
GIT_CONFIG_VALUE_0: "ci@kubespray.io"
GIT_CONFIG_KEY_1: user.name
GIT_CONFIG_VALUE_1: "CI"
ANSIBLE_FORCE_COLOR: "true"
MAGIC: "ci check this"
GS_ACCESS_KEY_ID: $GS_KEY