author | Alberto Bertogli
<albertito@blitiri.com.ar> 2020-05-17 08:54:26 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2020-05-17 09:02:49 UTC |
parent | 4c28efcb20a19c8bbd6c6f018dd589ae0ebd4edf |
.cirrus.yml | +2 | -0 |
diff --git a/.cirrus.yml b/.cirrus.yml index 12f6746..030bdd4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,6 +17,8 @@ linux_task: folder: $GOPATH/pkg/mod get_script: | useradd --create-home --user-group testing + chown -R testing:testing $GOPATH/ + su testing -c "go mod download" su testing -c "go get ./..." build_script: | su testing -c "go build ./..."