Skip to content

Commit

Permalink
fix(pipeline-debug): backticks in bash is command substitution (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-ng authored Jun 29, 2021
1 parent 65f7bb4 commit f5c5002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/steps/confirm-kv-loaded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
echo ""
if [ "$KV_DEBUG_ENV" = '$(kv-debug-env)' ]; then
echo "⛔️ Key Vault not loaded"
echo "Please double check configuration Variable Groups in Azure Pipelines UI and that the YAML pipeline is running against the `main` or `production` branch."
echo "Please double check configuration Variable Groups in Azure Pipelines UI and that the YAML pipeline is running against the 'main' or 'production' branch."
exit 1
else
echo "✅ Key Vault loaded"
Expand Down

0 comments on commit f5c5002

Please sign in to comment.