Skip to content

Commit 70056e9

Browse files
committed
fix:
1 parent 7cdf3f0 commit 70056e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci-operator/step-registry/azure/provision/service-principal/hypershift/azure-provision-service-principal-hypershift-commands.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ az cloud set --name AzureCloud
1313
az login --service-principal -u "${AZURE_AUTH_CLIENT_ID}" -p "${AZURE_AUTH_CLIENT_SECRET}" --tenant "${AZURE_AUTH_TENANT_ID}" --output none
1414
az account set --subscription ${AZURE_AUTH_SUBSCRIPTION_ID}
1515

16-
set -x
16+
# set -x
1717

1818
SP_NAME_PREFIX="${NAMESPACE}-${UNIQUE_HASH}"
1919
KV_NAME=$(<"${SHARED_DIR}/azure_keyvault_name")

ci-operator/step-registry/hypershift/azure/create/hypershift-azure-create-chain.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ chain:
180180
--pull-secret ${PULL_SECRET_PATH} \
181181
--azure-creds ${AZURE_CREDS} \
182182
--location ${HC_LOCATION} \
183-
--release-image ${RELEASE_IMAGE} \
183+
# --release-image ${RELEASE_IMAGE} \
184+
--release-image registry.build06.ci.openshift.org/ci-ln-15rjgrk/release:latest \
184185
--encryption-key-id=${ENCRYPTION_KEY_ID} \
185186
# --control-plane-operator-image=quay.io/pewang/hcp:cpo \
186187
--disk-encryption-set-id=${DISK_ENCRYPTION_SET_ID} \

0 commit comments

Comments
 (0)