We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3b047 commit 4c40546Copy full SHA for 4c40546
.github/workflows/stackhpc.yml
@@ -202,7 +202,7 @@ jobs:
202
. venv/bin/activate
203
. environments/.stackhpc/activate
204
cd $STACKHPC_TF_DIR
205
- tofu apply -auto-approve -var-file="${{ env.CI_CLOUD }}.tfvars" -var-file=cluster_image.latest.tfvars.json
+ tofu apply -auto-approve -var-file="${{ env.CI_CLOUD }}.tfvars"
206
207
- name: Configure cluster using current branch
208
run: |
0 commit comments