mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Sed, give me your strength!
This commit is contained in:
parent
2501bc1c0b
commit
160fa00930
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue