Skip to content

Commit

Permalink
Merge pull request #1 from rjsheperd/update-clojure-v10
Browse files Browse the repository at this point in the history
Update Clojure version
  • Loading branch information
sermo-de-arboribus authored Nov 9, 2021
2 parents a04761f + dbc1c0d commit be40e76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
clojure_version: "1.9.0.381"
clojure_version: "1.10.3.986"

clojure_install_path: "/usr/local/lib/clojure"

Expand Down
File renamed without changes.
9 changes: 5 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
lint: |
set -e
yamllint .
platforms:
- name: instance
image: ${platform_image:-"centos:7"}
provisioner:
name: ansible
lint:
name: ansible-lint
verifier:
name: ansible

0 comments on commit be40e76

Please sign in to comment.