[ARVADOS] updated: 1.3.0-2425-g1dcef97d5
Git user
git at public.arvados.org
Tue Apr 7 14:34:59 UTC 2020
Summary of changes:
lib/install/deps_test.go | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 1dcef97d54da6b5fa88adac30c474b430b746b15 (commit)
from c0a9b9a3291e14c75711d5849dc5365e2166fccd (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 1dcef97d54da6b5fa88adac30c474b430b746b15
Author: Tom Clegg <tom at tomclegg.ca>
Date: Tue Apr 7 10:32:48 2020 -0400
16053: Avoid using host's tmp/cache dir in railsapi.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --git a/lib/install/deps_test.go b/lib/install/deps_test.go
index a19bcb05f..5dfdbfe0e 100644
--- a/lib/install/deps_test.go
+++ b/lib/install/deps_test.go
@@ -35,8 +35,9 @@ sourcepath="$(realpath ../..)"
docker run -i --rm --workdir /arvados \
-v ${tmp}/arvados-server:/arvados-server:ro \
-v ${sourcepath}:/arvados:ro \
- -v /arvados/services/api/.bundle \
-v /arvados/apps/workbench/.bundle \
+ -v /arvados/services/api/.bundle \
+ -v /arvados/services/api/tmp \
--env http_proxy \
--env https_proxy \
debian:10 \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list