Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Revert to older lein
Browse files Browse the repository at this point in the history
  • Loading branch information
solatis committed May 7, 2019
1 parent 14d7515 commit c2e4098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ executorType: docker
jobs:
test:
docker:
- image: circleci/clojure:lein
- image: circleci/clojure:lein-2.8.1
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

release:
docker:
- image: circleci/clojure:lein
- image: circleci/clojure:lein-2.8.1
working_directory: ~/repo
steps:
- add_ssh_keys:
Expand Down

0 comments on commit c2e4098

Please sign in to comment.