Doh! CircleCI clojure tools was too old!

This commit is contained in:
Sean Corfield 2021-01-31 06:00:27 -08:00
parent ed86e7837c
commit 3bde6cd8e7

View file

@ -3,11 +3,11 @@ jobs:
build: build:
working_directory: ~/honeysql working_directory: ~/honeysql
docker: docker:
- image: circleci/clojure:openjdk-11-tools-deps-1.10.0.442 - image: circleci/clojure:openjdk-11-tools-deps-1.10.1.754
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
key: honeysql-v2-{{ checksum "deps.edn" }} key: honeysql-{{ checksum "deps.edn" }}
- run: - run:
name: Get rid of erroneous git config name: Get rid of erroneous git config
command: rm -rf ~/.gitconfig command: rm -rf ~/.gitconfig
@ -25,7 +25,7 @@ jobs:
- ~/.m2 - ~/.m2
- ~/.gitlibs - ~/.gitlibs
- ~/node_modules - ~/node_modules
key: honeysql-v2-{{ checksum "deps.edn" }} key: honeysql-{{ checksum "deps.edn" }}
- run: - run:
name: Run all the tests name: Run all the tests
command: sh run-tests.sh all command: sh run-tests.sh all