Doh! CircleCI clojure tools was too old!
This commit is contained in:
parent
ed86e7837c
commit
3bde6cd8e7
1 changed files with 3 additions and 3 deletions
|
|
@ -3,11 +3,11 @@ jobs:
|
|||
build:
|
||||
working_directory: ~/honeysql
|
||||
docker:
|
||||
- image: circleci/clojure:openjdk-11-tools-deps-1.10.0.442
|
||||
- image: circleci/clojure:openjdk-11-tools-deps-1.10.1.754
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: honeysql-v2-{{ checksum "deps.edn" }}
|
||||
key: honeysql-{{ checksum "deps.edn" }}
|
||||
- run:
|
||||
name: Get rid of erroneous git config
|
||||
command: rm -rf ~/.gitconfig
|
||||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- ~/.m2
|
||||
- ~/.gitlibs
|
||||
- ~/node_modules
|
||||
key: honeysql-v2-{{ checksum "deps.edn" }}
|
||||
key: honeysql-{{ checksum "deps.edn" }}
|
||||
- run:
|
||||
name: Run all the tests
|
||||
command: sh run-tests.sh all
|
||||
|
|
|
|||
Loading…
Reference in a new issue