Temporarily enable static build on master]

This commit is contained in:
Michiel Borkent 2021-05-09 23:48:30 +02:00
parent ddc900a656
commit f4b9f8a59d

View file

@ -166,14 +166,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-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }} - linux-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}