Skip to content

Commit dd1713d

Browse files
authored
fix(ci) Oops this step needs to handle no results response better (#4715)
1 parent 61b333a commit dd1713d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
- run:
203203
name: Get Github pull-request number
204204
command: |
205+
set +e
205206
gh pr view --json number,state,title,url > gh-pull-data.json
206207
echo "=== Github pull-request API results ==="
207208
cat gh-pull-data.json

0 commit comments

Comments
 (0)