We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832a123 commit 730fdb4Copy full SHA for 730fdb4
1 file changed
.github/workflows/e2e-rosa-tests.yaml
@@ -151,9 +151,7 @@ jobs:
151
TF_VAR_cluster_name: "s3-csi-${{ inputs.environment }}"
152
TF_VAR_rhcs_token: "${{ env.ROSATOKEN }}"
153
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
+ run: terraform destroy --auto-approve
157
- name: Create/Update ROSA cluster
158
working-directory: tests/e2e-kubernetes/rosa/
159
env:
0 commit comments