Skip to content

Commit

Permalink
Add more debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 25, 2016
1 parent 09fc4e6 commit 3d67280
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ http {
}
}
#{ENV.inspect}
#{`ls -la`}
#{`ls -la build_dir`}
#{build_dir}
#{require 'find'}
#{FInd.find('.').to_a.join("\n")}
#{FInd.find(build_dir).to_a.join("\n")}
CONF
end

Expand Down

0 comments on commit 3d67280

Please sign in to comment.