Fix release access for bram (#26693)

This commit is contained in:
Pascal Vizeli 2019-09-17 15:59:12 +02:00 committed by Bram Kragten
parent 5b0cbad953
commit 7d525ff2f3

View File

@ -43,7 +43,7 @@ stages:
release="$(Build.SourceBranchName)"
created_by="$(curl -s https://api.github.com/repos/home-assistant/home-assistant/releases/tags/${release} | jq --raw-output '.author.login')"
if [[ "${created_by}" =~ ^(balloob|pvizeli|fabaff|robbiet480)$ ]]; then
if [[ "${created_by}" =~ ^(balloob|pvizeli|fabaff|robbiet480|bramkragten)$ ]]; then
exit 0
fi