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 16fa657 commit 1355b5fCopy full SHA for 1355b5f
.github/workflows/stackhpc.yml
@@ -197,6 +197,7 @@ jobs:
197
. environments/.stackhpc/activate
198
cp $STACKHPC_TF_DIR_OLD/terraform.tfstate $STACKHPC_TF_DIR_NEW
199
cd $STACKHPC_TF_DIR_NEW
200
+ tofu init
201
tofu apply -auto-approve -var-file="${{ env.CI_CLOUD }}.tfvars"
202
203
- name: Configure cluster using current branch
0 commit comments