Skip to content

Commit d88fe1e

Browse files
committed
debug: remove dry run
1 parent 362752b commit d88fe1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-operator/step-registry/openshift/microshift/manage-versions-releases/openshift-microshift-manage-versions-releases-commands.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ export CLIENT_KEY=/tmp/key.pem
6464
source ./_output/pyutils/bin/activate
6565
export KEY="/tmp/key.pem"
6666
xy="\$(echo "${BRANCH}" | awk -F'[-.]' '{ print \$3 }')"
67-
python ./test/bin/pyutils/generate_common_versions.py "\${xy}" --create-pr ${DRY_RUN}
67+
sed -i 's,new_branch_name = f"{base_branch}-common-versions-update",new_branch_name = f"common-versions-update-{base_branch}",g' ./test/bin/pyutils/generate_common_versions.py
68+
python ./test/bin/pyutils/generate_common_versions.py "\${xy}" --create-pr
6869
EOF
6970
chmod +x /tmp/run.sh
7071

0 commit comments

Comments
 (0)