Skip to content

Commit 19123a1

Browse files
APM-6127 use quotation marks
1 parent b888d5d commit 19123a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/templates/run-smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
1515
export SOURCE_COMMIT_ID="$(Build.SourceVersion)"
1616
17-
if [ ${{ parameters.production }} = true ]; then
17+
if [ ${{ parameters.production }} = "true" ]; then
1818
echo "Running smoketest-prod"
1919
make smoketest-prod
2020
else

0 commit comments

Comments
 (0)