Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit bac55b1

Browse files
committed
Dump Ruby Help
1 parent d26a58b commit bac55b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

script/run_build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
set -e
66
source script/functions.sh
77

8+
echo "Running ruby --help"
9+
ruby --help
10+
ruby --disable-gems -e 'gem "rake"'
11+
exit 1
12+
813
# Allow repos to override the default functions and add their own
914
if [ -f script/custom_build_functions.sh ]; then
1015
source script/custom_build_functions.sh

0 commit comments

Comments
 (0)