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