[ARVADOS-DEV] updated: a11246aa6008f8b90ea7de75da495cd07ae21854
Git user
git at public.arvados.org
Thu May 6 21:57:28 UTC 2021
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a11246aa6008f8b90ea7de75da495cd07ae21854 (commit)
from 7b5001d75e4d894dd85b8e8093db5e71b875ab6e (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 a11246aa6008f8b90ea7de75da495cd07ae21854
Author: Ward Vandewege <ward at curii.com>
Date: Thu May 6 17:57:16 2021 -0400
Duh, missing sudo.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/jenkins/packer-images/jenkins-image-arvados-tests.sh b/jenkins/packer-images/jenkins-image-arvados-tests.sh
index 0f1c96c..457abbc 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -23,7 +23,7 @@ cd /usr/src
sudo git clone arvados.git
cd arvados
# temporary, for testing.
-git checkout 00000-tests-speedup
+sudo git checkout 00000-tests-speedup
sudo go mod download
sudo go run ./cmd/arvados-server install -type test
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list