Skip to content

Commit fddd413

Browse files
committed
fixup reimaging
1 parent 142bcb0 commit fddd413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
. venv/bin/activate
203203
. environments/.stackhpc/activate
204204
cd $STACKHPC_TF_DIR
205-
tofu apply -auto-approve -var-file="${{ env.CI_CLOUD }}.tfvars" -var-file=cluster_image.latest.tfvars.json
205+
tofu apply -auto-approve -var-file="${{ env.CI_CLOUD }}.tfvars"
206206
207207
- name: Configure cluster using current branch
208208
run: |

0 commit comments

Comments
 (0)