From eebcae3dd7ff7c55d733bda8187b7435bdd6d781 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sun, 12 May 2019 20:23:56 -0700 Subject: Fix missing fi for if statement --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c90ac96..e4b0965 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,6 +56,7 @@ jobs: if [[ -z $PREV_COMMIT ]]; then echo "Could not retrieve the previous build's commit. Falling back to the head of the target branch." PREV_COMMIT="origin/$SYSTEM_PULLREQUEST_TARGETBRANCH" + fi else PREV_COMMIT="$(echo "${RESPONSE}" | grep -Po '"sourceVersion":"\K.*?[^\\](?=",)')" fi -- cgit v1.2.3