mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04: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:
parent
cd993cdfb1
commit
6bca930752
1 changed files with 0 additions and 3 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue