Skip to content

Commit dc343e5

Browse files
authored
Remove lingering ruby_checkout references (#788)
1 parent cdb4ebb commit dc343e5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
*/target/*
22
*target*
3-
*librubyfmt/ruby_checkout/*
43
*.git/*
54
*out/*
65
*releases/*

script/make_source_release

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ git checkout "$1"
99
git archive --format=zip HEAD > archive.zip
1010
git submodule init
1111
git submodule update
12-
(
13-
cd librubyfmt/ruby_checkout/
14-
git reset --hard && git clean -fdx
15-
)
1612
mkdir /tmp/rubyfmt_source
1713
unzip archive.zip -d /tmp/rubyfmt_source
18-
cp -r librubyfmt/ruby_checkout/ /tmp/rubyfmt_source/librubyfmt/ruby_checkout/
1914
)
2015
tar -cvz -f "rubyfmt-$1-sources.tar.gz" -C "/tmp/rubyfmt_source" .
2116
mkdir -p "out/release/source"

0 commit comments

Comments
 (0)