mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Setting TARGET_BRANCH
This commit is contained in:
parent
6503d75446
commit
63a5c868fc
1 changed files with 4 additions and 0 deletions
|
|
@ -51,4 +51,8 @@ steps:
|
|||
AWS_ACCESS_KEY_ID: $(AWS_ACCESS_KEY_ID)
|
||||
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
|
||||
AWS_EC2_PEM_FILE: $(testFarmPem.secureFilePath)
|
||||
${{ if variables['System.PullRequest.TargetBranch'] }}:
|
||||
TARGET_BRANCH: $(System.PullRequest.TargetBranch)
|
||||
${{ if not(variables['System.PullRequest.TargetBranch']) }}:
|
||||
TARGET_BRANCH: $(Build.SourceBranchName)
|
||||
displayName: Run tox
|
||||
|
|
|
|||
Loading…
Reference in a new issue