Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge 4269c14 into 4598ba7
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Nov 11, 2018
2 parents 4598ba7 + 4269c14 commit e2246cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
CI_NAME: Azure Pipeline (Linux)
CI_BUILD_NUMBER: $(Build.BuildNumber)
CI_BUILD_URL: https://dev.azure.com/atom-github/GitHub%20package%20for%20Atom/_build/results?buildId=$(Build.BuildId)&view=logs
CI_BRANCH: $(Build.SourceBranchName)
CI_BRANCH: $(System.PullRequest.TargetBranch)
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
COVERALLS_REPO_TOKEN: $(coveralls.repoToken)
condition: succeededOrFailed()
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
CI_NAME: Azure Pipeline (MacOS)
CI_BUILD_NUMBER: $(Build.BuildNumber)
CI_BUILD_URL: https://dev.azure.com/atom-github/GitHub%20package%20for%20Atom/_build/results?buildId=$(Build.BuildId)&view=logs
CI_BRANCH: $(Build.SourceBranchName)
CI_BRANCH: $(System.PullRequest.TargetBranch)
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
COVERALLS_REPO_TOKEN: $(coveralls.repoToken)
condition: succeededOrFailed()
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
CI_NAME: Azure Pipeline (Windows)
CI_BUILD_NUMBER: $(Build.BuildNumber)
CI_BUILD_URL: https://dev.azure.com/atom-github/GitHub%20package%20for%20Atom/_build/results?buildId=$(Build.BuildId)&view=logs
CI_BRANCH: $(Build.SourceBranchName)
CI_BRANCH: $(System.PullRequest.TargetBranch)
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
COVERALLS_REPO_TOKEN: $(coveralls.repoToken)
condition: succeededOrFailed()
Expand Down

0 comments on commit e2246cc

Please sign in to comment.