Skip to content

Commit 730fdb4

Browse files
committed
Fix comment
1 parent 832a123 commit 730fdb4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/e2e-rosa-tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ jobs:
151151
TF_VAR_cluster_name: "s3-csi-${{ inputs.environment }}"
152152
TF_VAR_rhcs_token: "${{ env.ROSATOKEN }}"
153153
TF_VAR_billing_account_id: ${{ secrets.ROSA_BILLING_ACCOUNT_ID }}
154-
run: |
155-
echo "Destroying cluster older than 14 days..."
156-
terraform destroy --auto-approve
154+
run: terraform destroy --auto-approve
157155
- name: Create/Update ROSA cluster
158156
working-directory: tests/e2e-kubernetes/rosa/
159157
env:

0 commit comments

Comments
 (0)