From 5c4e597987cfccb33ad4f9f99669869ef5ca90f1 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Sun, 16 Mar 2025 09:52:14 +0100 Subject: [PATCH] CI: workaround build: disable rebase --- .gitlab-ci/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci/build.yml b/.gitlab-ci/build.yml index d609d4030..c3f9960fc 100644 --- a/.gitlab-ci/build.yml +++ b/.gitlab-ci/build.yml @@ -12,6 +12,11 @@ pipeline-image: entrypoint: [''] variables: GODEBUG: "http2client=0" + # TODO: remove the override + # currently rebase.sh depends on bash (not available in the kaniko image) + # once we have a simpler rebase (which should be easy if the target branch ref is available as variable + # we'll be able to rebase here as well hopefully + before_script: [] script: - echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(echo -n ${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD} | base64)\"}}}" > /kaniko/.docker/config.json - /kaniko/executor --cache=true