Skip to content

Commit

Permalink
ci - try and fix CI failures
Browse files Browse the repository at this point in the history
Remove phantom
Switch to new CircleCI image
  • Loading branch information
danielcompton committed Dec 21, 2023
1 parent 1ad9a1f commit be7a758
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 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-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -48,13 +48,13 @@ 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 babashka
command: |
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
sudo bash install.sh
rm install.sh
- run:
name: install karma
command: |
Expand All @@ -75,12 +75,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-browsers

working_directory: ~/repo

Expand All @@ -107,11 +102,12 @@ jobs:
- v1-dependencies-

- run:
name: Install babashka
command: |
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
sudo bash install.sh
rm install.sh
name: Install babashka
command: |
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
sudo bash install.sh
rm install.sh
- run:
name: Install deployment-script
command: |
Expand Down

0 comments on commit be7a758

Please sign in to comment.