From 4f72eb5416e4201e6cf29ea8a973ecd3006b7cdb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 Jul 2019 13:01:12 -0700 Subject: [PATCH] Remove check --- azure-pipelines-release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index d1ed36820c..d550943727 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -32,20 +32,6 @@ stages: exit 1 fi displayName: "Check version of branch/tag" - - script: | - sudo apt-get install -y --no-install-recommends \ - jq curl - - release="$(Build.SourceBranchName)" - created_by="$(curl -s https://api.github.com/repos/home-assistant/home-assistant-polymer/releases/tags/${release} | jq --raw-output '.author.login')" - - if [[ "${created_by}" =~ ^(balloob)$ ]]; then - exit 0 - fi - - echo "${created_by} is not allowed to create an release!" - exit 1 - displayName: "Check rights" - stage: "Build" jobs: