[ARVADOS] updated: 1.3.0-2912-gbabaaa9e8
Git user
git at public.arvados.org
Tue Aug 25 15:27:25 UTC 2020
Summary of changes:
build/run-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via babaaa9e8b641c46e2037b246158d14c8b6ce5bf (commit)
from 47833c68da26e2dd1fd65784cb56a352503dbcb9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit babaaa9e8b641c46e2037b246158d14c8b6ce5bf
Author: Tom Clegg <tom at tomclegg.ca>
Date: Tue Aug 25 11:27:04 2020 -0400
16314: Fix gem install path.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 6d7345095..bd34b9b36 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -556,7 +556,7 @@ setup_ruby_environment() {
versions=(1.11.0 1.17.3 2.0.2)
for v in ${versions[@]}; do
if ! echo "$bundlers" | fgrep -q "($v)"; then
- gem install --user $(for v in ${versions[@]}; do echo bundler:${v}; done)
+ gem install $(for v in ${versions[@]}; do echo bundler:${v}; done)
break
fi
done
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list