diff --git a/.azure-pipelines/templates/stages/notify-stage.yml b/.azure-pipelines/templates/stages/notify-stage.yml index 6ef6d8616..e1ea4871f 100644 --- a/.azure-pipelines/templates/stages/notify-stage.yml +++ b/.azure-pipelines/templates/stages/notify-stage.yml @@ -16,5 +16,5 @@ stages: source venv/bin/activate tools/pip_install.py requests AUTHOR_NAME="$(git log -1 --pretty=format:'%an')" - tools/notify_mattermost.py" "${AUTHOR_NAME}" $(webhook_url.secureFilePath) + tools/notify_mattermost.py "${AUTHOR_NAME}" $(webhook_url.secureFilePath) displayName: Send mattermost message