Skip to content

Commit a554d1d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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+
python ./test/bin/pyutils/generate_common_versions.py "\${xy}" --create-pr
6868
EOF
6969
chmod +x /tmp/run.sh
7070

0 commit comments

Comments
 (0)