Skip to content

Commit f58e108

Browse files
committed
infra: print cmd in azure build to clearly see what command is running
1 parent 50a74b2 commit f58e108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ steps:
161161
set -e
162162
echo "ON_CRON_ONLY:"$ON_CRON_ONLY
163163
echo "BUILD_REASON:"$BUILD_REASON
164-
echo "cmd: "$cmd
164+
echo "cmd: "$(cmd)
165165
eval "$(cmd)"
166166
condition: |
167167
or (

0 commit comments

Comments
 (0)