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
|
command: mv /tmp/bb /tmp/bbb
|
||||||
- run:
|
- run:
|
||||||
name: Short CI if only irrelevant changes
|
name: Short CI if only irrelevant changes
|
||||||
command: /tmp/bbb --config .build/bb.edn short-ci "circleci-agent step halt"
|
command: |
|
||||||
command: circleci task halt
|
/tmp/bbb --config .build/bb.edn short-ci "circleci-agent step halt"
|
||||||
|
circleci task halt
|
||||||
jvm:
|
jvm:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/clojure:openjdk-11-lein-2.9.8-bullseye
|
- image: circleci/clojure:openjdk-11-lein-2.9.8-bullseye
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue