Remove unexpected rakelib [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-05-25 19:16:56 +09:00
parent 8006a15edf
commit 1528770794
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -1,5 +0,0 @@
task "build" => "date_epoch"
task "date_epoch" do
ENV["SOURCE_DATE_EPOCH"] = IO.popen(%W[git -C #{__dir__} log -1 --format=%ct], &:read).chomp
end