Skip to content

Commit

Permalink
OPENSHIFTP-153: missing ibmcloud alias and redirect was update
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Jun 19, 2024
1 parent 8a369c5 commit fa3c2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-var-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ fi
OVERRIDE_PREFIX=$(${IBMCLOUD} pi workspace list 2>&1 | grep $POWERVS_SERVICE_INSTANCE_ID | awk '{print $NF}')
# SKIP_VPC_KEY is conditionally switched
ibmcloud pi ssh-key create cicd-key-$(date +%s) --key "$(<data/id_rsa.pub)" || true
${IBMCLOUD} pi ssh-key create cicd-key-$(date +%s) --key "$(<data/id_rsa.pub)" || true
# Set the Machine Type
if [[ "${POWERVS_REGION}" == "wdc06" ]]
Expand Down

0 comments on commit fa3c2b2

Please sign in to comment.