From f4b9f8a59dd7341c49b9407f0d53516a9b80ac5f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 9 May 2021 23:48:30 +0200 Subject: [PATCH] Temporarily enable static build on master] --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b587bd1..6a6ad41d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -166,14 +166,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-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}