File tree 1 file changed +9
-13
lines changed
1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 25
25
build :
26
26
docker :
27
27
# 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
29
29
30
30
# Specify service dependencies here if necessary
31
31
# CircleCI maintains a library of pre-built images
@@ -48,13 +48,13 @@ jobs:
48
48
- v1-dependencies-{{ checksum "project.clj" }}
49
49
# fallback to using the latest cache if no exact match is found
50
50
- v1-dependencies-
51
- - run : sudo apt-get update && sudo apt-get install -y phantomjs
52
51
- run :
53
52
name : Install babashka
54
53
command : |
55
54
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
56
55
sudo bash install.sh
57
56
rm install.sh
57
+
58
58
- run :
59
59
name : install karma
60
60
command : |
75
75
76
76
deploy :
77
77
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
84
79
85
80
working_directory : ~/repo
86
81
@@ -107,11 +102,12 @@ jobs:
107
102
- v1-dependencies-
108
103
109
104
- 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
+
115
111
- run :
116
112
name : Install deployment-script
117
113
command : |
You can’t perform that action at this time.
0 commit comments