From 6369f60f8f6be580f45602c3541e5f8cacc303d2 Mon Sep 17 00:00:00 2001 From: Patryk Matuszak <305846+pmtk@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:57:08 +0200 Subject: [PATCH] debug --- .../microshift/rebase/openshift-microshift-rebase-commands.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci-operator/step-registry/openshift/microshift/rebase/openshift-microshift-rebase-commands.sh b/ci-operator/step-registry/openshift/microshift/rebase/openshift-microshift-rebase-commands.sh index d5743fd49ca5b..bcc1ce9344e9e 100644 --- a/ci-operator/step-registry/openshift/microshift/rebase/openshift-microshift-rebase-commands.sh +++ b/ci-operator/step-registry/openshift/microshift/rebase/openshift-microshift-rebase-commands.sh @@ -5,4 +5,8 @@ if [[ "$JOB_NAME" == rehearse* ]]; then export DRY_RUN=y fi +git remote add pmtk https://github.com/pmtk/microshift.git +git fetch pmtk +git switch -c rebase-registry-login pmtk/rebase-registry-login + ./scripts/auto-rebase/rebase_job_entrypoint.sh