diff options
author | Craig Tiller <ctiller@google.com> | 2016-02-24 15:41:37 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-02-24 15:41:37 -0800 |
commit | 8b7876075d5840326fca99bc2239a0e54a1167c7 (patch) | |
tree | 31ca6983f4190ec7b734f26c10ac02180dc2b5e5 /tools/jenkins/docker_run.sh | |
parent | 0544d7fd662b1f8426653f386f93bd54174dcacc (diff) |
huh
Diffstat (limited to 'tools/jenkins/docker_run.sh')
-rwxr-xr-x | tools/jenkins/docker_run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/jenkins/docker_run.sh b/tools/jenkins/docker_run.sh index df7b6571d7..f04b1cfb55 100755 --- a/tools/jenkins/docker_run.sh +++ b/tools/jenkins/docker_run.sh @@ -42,6 +42,8 @@ else cp -r "$EXTERNAL_GIT_ROOT/$RELATIVE_COPY_PATH"/* "/var/local/git/grpc/$RELATIVE_COPY_PATH" fi +$POST_GIT_STEP + if [ -x "$(command -v rvm)" ] then rvm use ruby-2.1 |