[ARVADOS-DEV] updated: ffd369264cfefa9ff8904fa2ac1ce35acb96e7ba
Git user
git at public.arvados.org
Wed May 5 15:26:42 UTC 2021
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ffd369264cfefa9ff8904fa2ac1ce35acb96e7ba (commit)
from 564e1d497db9fe1f0b74ae719d52765853b61809 (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 ffd369264cfefa9ff8904fa2ac1ce35acb96e7ba
Author: Ward Vandewege <ward at curii.com>
Date: Wed May 5 11:26:22 2021 -0400
Permissions fix.
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 36f17fd..4cc6495 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -22,7 +22,7 @@ sudo ln -s /usr/local/bin/gofmt-1.16.3 /usr/local/bin/gofmt
cd /usr/src
sudo git clone arvados.git
cd arvados
-go mod download
+sudo go mod download
sudo go run ./cmd/arvados-server install -type test
# Our Jenkins jobs use this directory to store the temporary files for the tests
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list