Attempt to fix CircleCI trunk config, round 2.

This commit is contained in:
2023-10-20 21:21:39 -07:00
parent 2d7a8d5c1d
commit 540a0d5b74

View File

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