Skip to content

Commit 4df07c7

Browse files
committed
ci: remove git repositories cache
1 parent 79e5787 commit 4df07c7

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.circleci/config.yml

-25
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# dependencies:
2-
# override:
3-
# - sudo add-apt-repository ppa:jonathonf/vim -y
4-
# - sudo apt-get update
5-
# - sudo apt-get install vim
6-
# - make dependencies
7-
8-
# test:
9-
# override:
10-
# - make test
11-
121
version: 2
132

143

@@ -22,19 +11,5 @@ jobs:
2211
steps:
2312
- checkout
2413

25-
# Download and cache dependencies
26-
- restore_cache:
27-
keys:
28-
- v1-dependencies-{{ checksum "Makefile" }}
29-
# fallback to using the latest cache if no exact match is found
30-
- v1-dependencies-
31-
3214
- run: make dependencies
33-
34-
- save_cache:
35-
paths:
36-
- pack
37-
key: v1-dependencies-{{ checksum "Makefile" }}
38-
39-
# run tests!
4015
- run: make test

0 commit comments

Comments
 (0)