We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a683a9 + 19123a1 commit c68d77cCopy full SHA for c68d77c
1 file changed
azure/templates/run-smoke-tests.yml
@@ -14,7 +14,8 @@ steps:
14
export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
15
export SOURCE_COMMIT_ID="$(Build.SourceVersion)"
16
17
- if [ ${{ parameters.production }} = true ]; then
+ if [ ${{ parameters.production }} = "true" ]; then
18
+ echo "Running smoketest-prod"
19
make smoketest-prod
20
else
21
make smoketest
0 commit comments