This commit is contained in:
Julie Ng 2021-11-04 14:29:03 +01:00
Родитель dc5812ca31
Коммит ef5f613a77
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0CBC37BD160B350D
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@ steps:
echo "--------------------------------"
echo "KV_DEBUG_ENV: $KV_DEBUG_ENV"
echo ""
if [ $KV_DEBUG_ENV == '$(kv-debug-env)' ]; then
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."
exit 1