Skip to content

Commit 9086345

Browse files
committed
1 parent ac699d3 commit 9086345

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ commands:
3838
checkout_ruby_master:
3939
description: "Checkout Ruby master"
4040
steps:
41-
- restore_cache:
42-
keys:
43-
- ruby-master
4441
- run:
4542
command: |
4643
if test -f tmp/ruby/configure.ac; then
@@ -50,10 +47,6 @@ commands:
5047
mkdir -p tmp
5148
git clone https://github.com/ruby/ruby.git tmp/ruby
5249
fi
53-
- save_cache:
54-
key: ruby-master
55-
paths:
56-
- tmp/ruby
5750
build_image:
5851
description: "Build Docker image"
5952
parameters:

0 commit comments

Comments
 (0)