You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci-operator/step-registry/openshift/microshift/manage-versions-releases/openshift-microshift-manage-versions-releases-commands.sh
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,15 @@ ci_script_prologue
8
8
DRY_RUN=""
9
9
if [[ "$JOB_NAME"== rehearse* ]];then
10
10
echo"INFO: \$JOB_NAME starts with rehearse - running in DRY RUN mode"
11
-
DRY_RUN="-n"
11
+
DRY_RUN="--dry-run"
12
12
fi
13
13
14
14
if [ -z${CLONEREFS_OPTIONS+x} ];then
15
15
# Without `src` build, there's no CLONEREFS_OPTIONS, but it can be assembled from $JOB_SPEC
0 commit comments