Skip to content

Commit

Permalink
infra: print cmd in azure build to clearly see what command is running
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Dec 25, 2021
1 parent 50a74b2 commit f58e108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ steps:
set -e
echo "ON_CRON_ONLY:"$ON_CRON_ONLY
echo "BUILD_REASON:"$BUILD_REASON
echo "cmd: "$cmd
echo "cmd: "$(cmd)
eval "$(cmd)"
condition: |
or (
Expand Down

0 comments on commit f58e108

Please sign in to comment.