Skip to content

Commit

Permalink
ci - try and fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Dec 21, 2023
1 parent 1ad9a1f commit 87b4cd5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/clojure:openjdk-8-lein-2.9.1-node-browsers
- image: cimg/clojure:1.11.1

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -48,7 +48,10 @@ jobs:
- v1-dependencies-{{ checksum "project.clj" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: sudo apt-get update && sudo apt-get install -y phantomjs
- run:
name: install phantom
command: |
sudo apt-get update && sudo apt-get install -y phantomjs
- run:
name: Install babashka
command: |
Expand All @@ -75,12 +78,7 @@ jobs:

deploy:
docker:
# specify the version you desire here
- image: circleci/clojure:openjdk-8-lein-2.9.1
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4
- image: cimg/clojure:1.11.1

working_directory: ~/repo

Expand Down

0 comments on commit 87b4cd5

Please sign in to comment.