From 160fa00930d39b599a2963ac81bfdf5babdf9512 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 2 Jul 2020 21:02:28 +0200 Subject: Sed, give me your strength! --- .azure-pipelines/templates/steps/tox-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 4267d7bbf..f3b0fc62d 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -41,7 +41,7 @@ steps: ln -s $(testFarmPem.secureFilePath) tests/letstest/test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | - export TARGET_BRANCH="${BUILD_SOURCEBRANCH/refs\\/(heads|tags)\\//}" + export TARGET_BRANCH="`echo "${BUILD_SOURCEBRANCH}" | sed -E 's!refs/(heads|tags)/!!g'`" [ -z "${SYSTEM_PULLREQUEST_TARGETBRANCH}" ] || export TARGET_BRANCH="${SYSTEM_PULLREQUEST_TARGETBRANCH}" env if [[ "${TOXENV}" == *"oldest"* ]]; then -- cgit v1.2.3