Permissions fix.
authorWard Vandewege <ward@curii.com>
Wed, 5 May 2021 15:26:22 +0000 (11:26 -0400)
committerWard Vandewege <ward@curii.com>
Wed, 5 May 2021 15:26:22 +0000 (11:26 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

jenkins/packer-images/jenkins-image-arvados-tests.sh

index 36f17fdcff295a6d47e256051d4c99d9f08316f0..4cc6495ef672232cf5f5dde03cc50f487cc17335 100755 (executable)
@@ -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