We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb4ebb commit dc343e5Copy full SHA for dc343e5
.dockerignore
@@ -1,6 +1,5 @@
1
*/target/*
2
*target*
3
-*librubyfmt/ruby_checkout/*
4
*.git/*
5
*out/*
6
*releases/*
script/make_source_release
@@ -9,13 +9,8 @@ git checkout "$1"
9
git archive --format=zip HEAD > archive.zip
10
git submodule init
11
git submodule update
12
-(
13
-cd librubyfmt/ruby_checkout/
14
-git reset --hard && git clean -fdx
15
-)
16
mkdir /tmp/rubyfmt_source
17
unzip archive.zip -d /tmp/rubyfmt_source
18
-cp -r librubyfmt/ruby_checkout/ /tmp/rubyfmt_source/librubyfmt/ruby_checkout/
19
)
20
tar -cvz -f "rubyfmt-$1-sources.tar.gz" -C "/tmp/rubyfmt_source" .
21
mkdir -p "out/release/source"
0 commit comments