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" }}