Skip to content

Commit 1782e1b

Browse files
authoredMar 19, 2024
Merge pull request #32 from circleci/de-ancient
Remove `lein-ancient` plugin and periodic CI job
2 parents 2e54775 + 7162e34 commit 1782e1b

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed
 

‎.circleci/config.yml

-26
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,6 @@ jobs:
5656
paths:
5757
- "~/.m2"
5858

59-
ancient:
60-
<<: *defaults
61-
steps:
62-
- checkout
63-
64-
- restore_cache:
65-
keys:
66-
- v1-m2-{{ .Branch }}-{{ checksum "project.clj" }}
67-
68-
- run: lein ancient :all
69-
70-
- save_cache:
71-
key: v1-m2-{{ .Branch }}-{{ checksum "project.clj" }}
72-
paths:
73-
- "~/.m2"
74-
7559
workflows:
7660
version: 2
7761
build_and_test:
@@ -81,13 +65,3 @@ workflows:
8165
- test:
8266
requires:
8367
- build
84-
monthly_deps_check:
85-
jobs:
86-
- ancient
87-
triggers:
88-
- schedule:
89-
# At 11:43 on day-of-month 19
90-
cron: "43 11 19 * *"
91-
filters:
92-
branches:
93-
only: master

‎project.clj

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
[com.squareup.okio/okio-jvm "3.4.0"]
88
[com.segment.analytics.java/analytics "3.5.0"]]
99
:profiles {:dev {:dependencies [[bond "0.2.6"]]}}
10-
:plugins [[lein-ancient "0.6.15"]
11-
[lein-codox "0.10.8"]]
10+
:plugins [[lein-codox "0.10.8"]]
1211
:codox {:output-path "docs"
1312
:namespaces [circleci.analytics-clj.core]})

0 commit comments

Comments
 (0)
Failed to load comments.