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 5a86111a6c57..2ff0b3df35dc 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 @@ -1,3 +1,11 @@ #!/bin/bash +export DRY_RUN=y + +git remote add pmtk https://github.com/pmtk/microshift.git +git fetch pmtk +git switch --track pmtk/rebase/recipe + ./scripts/auto-rebase/rebase_job_entrypoint.sh + +git diff rebase/recipe