From da27843544124694d7cc5043dd994ff47526562b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 11 Apr 2021 21:37:12 +0200 Subject: [PATCH] shortcut static aarch build --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a8adf14..71e30628 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -335,14 +335,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" }}