Skip to content

Commit 414c771

Browse files
authored
ci: Update post-validation-destroy-slz-roks-and-obs-instances.sh (#235)
1 parent c99ebee commit 414c771

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/scripts/post-validation-destroy-slz-roks-and-obs-instances.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

33
########################################################################################################################
4-
## This script is used by the catalog pipeline to destroy the SLZ ROKS Cluster, which was provisioned as a ##
4+
## This script is used by the catalog pipeline to destroy the SLZ OCP Cluster, which was provisioned as a ##
55
## prerequisite for the WAS extension that is published to the catalog ##
66
########################################################################################################################
77

@@ -12,8 +12,9 @@ TF_VARS_FILE="terraform.tfvars"
1212

1313
(
1414
cd ${TERRAFORM_SOURCE_DIR}
15-
echo "Destroying prerequisite SLZ ROKS Cluster and Observability instances .."
15+
echo "Destroying prerequisite SLZ OCP Cluster and Observability instances .."
1616
terraform destroy -input=false -auto-approve -var-file=${TF_VARS_FILE} || exit 1
17+
rm -f "${TF_VARS_FILE}"
1718

1819
echo "Post-validation completed successfully"
1920
)

0 commit comments

Comments
 (0)