Skip to content

Commit 61b843e

Browse files
authored
Tag power-iaas plugin to a specific version (#1612)
1 parent 7150fb8 commit 61b843e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci-e2e.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ mkdir -p "${ARTIFACTS}/logs/"
4040
ARCH=$(uname -m)
4141
OS=$(uname -s)
4242
IBMCLOUD_CLI_VERSION=${IBMCLOUD_CLI_VERSION:-"2.22.1"}
43+
POWER_PLUGIN_VERSION=${POWER_PLUGIN_VERSION:-"1.0.0"}
4344
E2E_FLAVOR=${E2E_FLAVOR:-}
4445
capibmadm=$(pwd)/bin/capibmadm
4546

@@ -90,7 +91,7 @@ create_powervs_network_instance(){
9091
retry "ibmcloud login -a cloud.ibm.com --no-region"
9192

9293
# Install power-iaas command-line plug-in and target the required service instance
93-
ibmcloud plugin install power-iaas -f
94+
ibmcloud plugin install power-iaas -f -v ${POWER_PLUGIN_VERSION}
9495
CRN=$(ibmcloud resource service-instance ${IBMPOWERVS_SERVICE_INSTANCE_ID} --output json | jq -r '.[].crn')
9596
ibmcloud pi workspace target ${CRN}
9697

0 commit comments

Comments
 (0)