Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions foo
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ test
test
test
test
test
4 changes: 1 addition & 3 deletions testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
displayName: 'Run a one-line script'

- script: |
PR_NUMBER="${System.PullRequest.PullRequestNumber}"

if [[ -z $(PR_NUMBER) ]]; then
if [[ -z ${PR_NUMBER} ]]; then
NS="not a PR"
else
NS="github-pr-${PR_NUMBER}"
Expand Down