Attempt to fix CircleCI trunk config, round 3.

This commit is contained in:
Kyle Isom 2023-10-20 21:39:23 -07:00
parent 540a0d5b74
commit 4e83da345f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- checkout
- run:
name: Trunk check
command: ./trunk check --upstream=remotes/origin/${CIRCLE_BRANCH}
command: ./trunk check --upstream=HEAD^
workflows:
ctest: