[#782] fix
This commit is contained in:
parent
d968b96082
commit
8add2d90b2
1 changed files with 9 additions and 9 deletions
|
|
@ -245,14 +245,14 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
# - run:
|
- run:
|
||||||
# name: "Short circuit on SNAPSHOT"
|
name: "Short circuit on SNAPSHOT"
|
||||||
# command: |
|
command: |
|
||||||
# VERSION=$(cat resources/BABASHKA_VERSION)
|
VERSION=$(cat resources/BABASHKA_VERSION)
|
||||||
# if [[ "$VERSION" == *-SNAPSHOT ]]
|
if [[ "$VERSION" == *-SNAPSHOT ]]
|
||||||
# then
|
then
|
||||||
# circleci task halt
|
circleci task halt
|
||||||
# fi
|
fi
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- linux-aarch64-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
|
- linux-aarch64-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
|
||||||
|
|
@ -516,6 +516,7 @@ workflows:
|
||||||
- linux-static
|
- linux-static
|
||||||
- mac
|
- mac
|
||||||
- linux-aarch64
|
- linux-aarch64
|
||||||
|
- linux-aarch64-static
|
||||||
- deploy:
|
- deploy:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -523,7 +524,6 @@ workflows:
|
||||||
requires:
|
requires:
|
||||||
- jvm
|
- jvm
|
||||||
- linux
|
- linux
|
||||||
- linux-static
|
|
||||||
- mac
|
- mac
|
||||||
- docker:
|
- docker:
|
||||||
filters:
|
filters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue