mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
Remove unnecessary symlink (#8135)
This isn't needed anymore thanks to the line: ``` AWS_EC2_PEM_FILE: $(testFarmPem.secureFilePath) ```
This commit is contained in:
@@ -37,9 +37,6 @@ steps:
|
||||
inputs:
|
||||
secureFile: azure-test-farm.pem
|
||||
condition: contains(variables['TOXENV'], 'test-farm')
|
||||
- bash: |
|
||||
ln -s $(testFarmPem.secureFilePath) tests/letstest/test-farm.pem
|
||||
condition: contains(variables['TOXENV'], 'test-farm')
|
||||
- bash: |
|
||||
export TARGET_BRANCH="`echo "${BUILD_SOURCEBRANCH}" | sed -E 's!refs/(heads|tags)/!!g'`"
|
||||
[ -z "${SYSTEM_PULLREQUEST_TARGETBRANCH}" ] || export TARGET_BRANCH="${SYSTEM_PULLREQUEST_TARGETBRANCH}"
|
||||
|
||||
Reference in New Issue
Block a user