Skip to content

Commit

Permalink
Merge pull request #1663 from intuit/url
Browse files Browse the repository at this point in the history
fix url pr-check uses for auto's CI
  • Loading branch information
hipstersmoothie committed Nov 23, 2020
2 parents d8e64e9 + ce142f5 commit 6819fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
at: ~/auto
- run:
name: Check for SemVer Label
command: yarn auto pr-check --url $CIRCLE_PULL_REQUEST
command: yarn auto pr-check --url $CIRCLE_BUILD_URL

test:
<<: *defaults
Expand Down

0 comments on commit 6819fc0

Please sign in to comment.