Attempt to fix CircleCI trunk config, round 2.
This commit is contained in:
parent
2d7a8d5c1d
commit
540a0d5b74
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Trunk check
|
name: Trunk check
|
||||||
command: ./trunk check --upstream=${PR_BASE_REF:--remotes/origin/${CIRCLE_BRANCH}}
|
command: ./trunk check --upstream=remotes/origin/${CIRCLE_BRANCH}
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
ctest:
|
ctest:
|
||||||
|
|
Loading…
Reference in New Issue