commit | 030827426792139dc9b5b1ca883663459bddf174 | [log] [tgz] |
---|---|---|
author | Stanley Cheung <stanleycheung@google.com> | Wed Jul 22 16:42:39 2015 -0700 |
committer | Stanley Cheung <stanleycheung@google.com> | Wed Jul 22 16:42:39 2015 -0700 |
tree | ebf7ebd4522eb60a7eff905467a70d0086c1f3bf | |
parent | 6a7418cd20f065f8d6e7f73e82b6d465c75514f5 [diff] |
fix ruby gem path
diff --git a/tools/jenkins/run_distribution.sh b/tools/jenkins/run_distribution.sh index e5281ad..7c306de 100755 --- a/tools/jenkins/run_distribution.sh +++ b/tools/jenkins/run_distribution.sh
@@ -93,6 +93,9 @@ *nodejs*) export PATH=$HOME/.nvm/versions/node/v0.12.7/bin:$PATH ;; + *ruby*) + export PATH=/usr/local/rvm/rubies/ruby-2.2.1/bin:$PATH + ;; *php*) export CFLAGS="-Wno-parentheses-equality" ;;