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 bff09af commit 8634508Copy full SHA for 8634508
Makefile
@@ -31,6 +31,7 @@ runTests: checkEnv buildTests
31
-e TF_VAR_tenant_id=$(TF_VAR_tenant_id) \
32
-e TF_VAR_client_id=$(TF_VAR_client_id) \
33
-e TF_VAR_client_secret=$(TF_VAR_client_secret) \
34
+ -v "$(PWD)":/viya4-iac-azure \
35
$(IMAGE) -v
36
37
clean:
0 commit comments