shortcut static aarch build
This commit is contained in:
parent
2b2e602eac
commit
da27843544
1 changed files with 8 additions and 8 deletions
|
|
@ -335,14 +335,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" }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue