diff options
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6a1a9d..6b28088 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,6 @@ jobs: command: 'login' - script: | - BUILD_SOURCEBRANCH=refs/heads/"${BUILD_SOURCEBRANCH#refs/heads/}" REQUEST_URL="https://dev.azure.com/python-discord/${SYSTEM_TEAMPROJECTID}/_apis/build/builds?queryOrder=finishTimeDescending&resultFilter=succeeded&\$top=1&repositoryType=${BUILD_REPOSITORY_PROVIDER}&repositoryId=${BUILD_REPOSITORY_NAME}&branchName=${BUILD_SOURCEBRANCH}&api-version=5.0" echo "Retrieving previous build's commit using $REQUEST_URL" |