Skip to content

Commit b888d5d

Browse files
APM-6127 Double check it's running the command
1 parent 2a683a9 commit b888d5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure/templates/run-smoke-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ steps:
1515
export SOURCE_COMMIT_ID="$(Build.SourceVersion)"
1616
1717
if [ ${{ parameters.production }} = true ]; then
18+
echo "Running smoketest-prod"
1819
make smoketest-prod
1920
else
2021
make smoketest

0 commit comments

Comments
 (0)