Last active
November 13, 2015 03:36
-
-
Save pi-aej/1f411018805e8827a5e2 to your computer and use it in GitHub Desktop.
Requirements for jenkins build slaves
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install git curl chromedriver | |
sudo ln -s /usr/lib/chromium/chromedriver /usr/bin | |
#Run rvm plugin 1.9.3 | |
cd $WORKSPACE | |
bash -c "source ~/.rvm/scripts/rvm && rvm use --install --create 1.9.3 && export > rvm.env" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment