Skip to content

Commit 32210be

Browse files
committed
ci - try and fix CI failures
Remove phantom Switch to new CircleCI image
1 parent 1ad9a1f commit 32210be

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.circleci/config.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
docker:
2727
# specify the version you desire here
28-
- image: circleci/clojure:openjdk-8-lein-2.9.1-node-browsers
28+
- image: cimg/clojure:1.11.1-browsers
2929

3030
# Specify service dependencies here if necessary
3131
# CircleCI maintains a library of pre-built images
@@ -48,13 +48,13 @@ jobs:
4848
- v1-dependencies-{{ checksum "project.clj" }}
4949
# fallback to using the latest cache if no exact match is found
5050
- v1-dependencies-
51-
- run: sudo apt-get update && sudo apt-get install -y phantomjs
5251
- run:
5352
name: Install babashka
5453
command: |
5554
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
5655
sudo bash install.sh
5756
rm install.sh
57+
5858
- run:
5959
name: install karma
6060
command: |
@@ -75,12 +75,7 @@ jobs:
7575

7676
deploy:
7777
docker:
78-
# specify the version you desire here
79-
- image: circleci/clojure:openjdk-8-lein-2.9.1
80-
# Specify service dependencies here if necessary
81-
# CircleCI maintains a library of pre-built images
82-
# documented at https://circleci.com/docs/2.0/circleci-images/
83-
# - image: circleci/postgres:9.4
78+
- image: cimg/clojure:1.11.1-browsers
8479

8580
working_directory: ~/repo
8681

@@ -107,11 +102,12 @@ jobs:
107102
- v1-dependencies-
108103

109104
- run:
110-
name: Install babashka
111-
command: |
112-
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
113-
sudo bash install.sh
114-
rm install.sh
105+
name: Install babashka
106+
command: |
107+
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
108+
sudo bash install.sh
109+
rm install.sh
110+
115111
- run:
116112
name: Install deployment-script
117113
command: |

0 commit comments

Comments
 (0)