Skip to content
Snippets Groups Projects
Commit 5ed57567 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

rvm use is not necessary

parent ef8cf30c
No related branches found
No related tags found
No related merge requests found
...@@ -38,16 +38,11 @@ export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.5 ...@@ -38,16 +38,11 @@ export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.5
# Ensure that programs depending on current-user-ownership of cache directories # Ensure that programs depending on current-user-ownership of cache directories
# are satisfied (it's being mounted from outside the image). # are satisfied (it's being mounted from outside the image).
chown `whoami` $XDG_CACHE_HOME chown $(whoami) $XDG_CACHE_HOME
mkdir -p /var/local/git mkdir -p /var/local/git
git clone --recursive /var/local/jenkins/grpc /var/local/git/grpc git clone --recursive /var/local/jenkins/grpc /var/local/git/grpc
if [ -x "$(command -v rvm)" ]
then
rvm use ruby-2.1
fi
mkdir -p reports mkdir -p reports
exit_code=0 exit_code=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment