From 8add2d90b2a4327f1e77ffd25f40f1991715a416 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 9 Apr 2021 16:59:20 +0200 Subject: [PATCH] [#782] fix --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e973609a..e49a13d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -245,14 +245,14 @@ jobs: command: | git submodule init git submodule update - # - run: - # name: "Short circuit on SNAPSHOT" - # command: | - # VERSION=$(cat resources/BABASHKA_VERSION) - # if [[ "$VERSION" == *-SNAPSHOT ]] - # then - # circleci task halt - # fi + - run: + name: "Short circuit on SNAPSHOT" + command: | + VERSION=$(cat resources/BABASHKA_VERSION) + if [[ "$VERSION" == *-SNAPSHOT ]] + then + circleci task halt + fi - restore_cache: keys: - linux-aarch64-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }} @@ -516,6 +516,7 @@ workflows: - linux-static - mac - linux-aarch64 + - linux-aarch64-static - deploy: filters: branches: @@ -523,7 +524,6 @@ workflows: requires: - jvm - linux - - linux-static - mac - docker: filters: