From 79e6b764ba9264b26d68d631e2147150ee4df2c7 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Mon, 2 Jul 2018 17:59:36 +0000 Subject: community/godep: try fix check in builders builders do not have git configured so we need provide username and email --- community/godep/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community/godep/APKBUILD') diff --git a/community/godep/APKBUILD b/community/godep/APKBUILD index 94b4a2c6d5..ee3029a70a 100644 --- a/community/godep/APKBUILD +++ b/community/godep/APKBUILD @@ -25,6 +25,7 @@ build() { check() { cd "$builddir" + export EMAIL="Test User " GOPATH="$srcdir" go test } -- cgit v1.2.3