Skip to content

Commit efac288

Browse files
committed
Fix the OCP version used by Hub deployment. [Part 2]
This is a workaround until the openshift/installer#9763 PR is merged. [Forgot to remove PR condition in the previous commit] Then, revert this change. Signed-off-by: Carlos Cardenosa <[email protected]>
1 parent 8c9224c commit efac288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-operator/step-registry/telcov10n/virtualised-single-node-hub-ztp/deploy-hub/telcov10n-virtualised-single-node-hub-ztp-deploy-hub-commands.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ function load_env {
310310
export HUB_CLUSTER_VERSION
311311

312312
set -x
313-
if [ -n "${PULL_NUMBER:-}" ] && [ -n "${SET_SPECIFIC_RELEASE_IMAGE}" ]; then
313+
# if [ -n "${PULL_NUMBER:-}" ] && [ -n "${SET_SPECIFIC_RELEASE_IMAGE}" ]; then
314+
if [ -n "${SET_SPECIFIC_RELEASE_IMAGE}" ]; then
314315
rel_img="${SET_SPECIFIC_RELEASE_IMAGE}"
315316
else
316317
rel_img=${RELEASE_IMAGE_LATEST}

0 commit comments

Comments
 (0)