hmm
This commit is contained in:
parent
c8c401473a
commit
5cc948e951
1 changed files with 3 additions and 2 deletions
|
|
@ -28,8 +28,9 @@ jobs:
|
|||
command: mv /tmp/bb /tmp/bbb
|
||||
- run:
|
||||
name: Short CI if only irrelevant changes
|
||||
command: /tmp/bbb --config .build/bb.edn short-ci "circleci-agent step halt"
|
||||
command: circleci task halt
|
||||
command: |
|
||||
/tmp/bbb --config .build/bb.edn short-ci "circleci-agent step halt"
|
||||
circleci task halt
|
||||
jvm:
|
||||
docker:
|
||||
- image: circleci/clojure:openjdk-11-lein-2.9.8-bullseye
|
||||
|
|
|
|||
Loading…
Reference in a new issue