We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c597d0 commit 26cc66eCopy full SHA for 26cc66e
1 file changed
.github/workflows/test.yml
@@ -118,6 +118,8 @@ jobs:
118
id: init
119
run: |
120
echo "" >> build/terraform.tfvars.azure
121
+ rm -rf terraform-ci/.terraform/modules
122
+ rm -rf terraform-module/.terraform/modules
123
echo "jfrog_credential_provider_binary_url=\"$JFROG_CREDENTIAL_PLUGIN_BINARY_URL\"" >> build/terraform.tfvars.azure
124
cp build/terraform.tfvars.azure terraform-ci/terraform.tfvars
125
cd terraform-ci
0 commit comments