We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dbd08 commit a594ec1Copy full SHA for a594ec1
github-action/src/deploy-certificate.sh
@@ -143,8 +143,8 @@ do
143
)
144
if [[ "$debug" == true ]]; then
145
az_cmd+=("--debug")
146
+ echo "${az_cmd[@]}"
147
fi
- echo "${az_cmd[@]}"
148
set +e
149
"${az_cmd[@]}"
150
set -e
github-action/src/deploy-config.sh
@@ -177,7 +177,7 @@ az_cmd=(
177
178
179
180
181
182
-echo "${az_cmd[@]}"
183
0 commit comments