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 bebe7f0 commit 8f1ea10Copy full SHA for 8f1ea10
scripts/terraform/terraform.mk
@@ -76,7 +76,7 @@ terraform-validate: terraform-init-no-backend # Validate Terraform changes - mak
76
terraform -chdir=infrastructure/terraform validate
77
78
notifications-smoke-test:
79
- $(if ${TF_VAR_run_notifications_smoke_test}, \
+ $(if [ "${TF_VAR_run_notifications_smoke_test}" = "true" ], \
80
pip install pytest mesh-client \
81
pytest -vv scripts/python/smoke_test/notifications_smoke_test.py, \
82
echo "Notifications smoke test skipped." \
0 commit comments