diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-02 17:59:36 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-02 17:59:36 +0000 |
commit | 79e6b764ba9264b26d68d631e2147150ee4df2c7 (patch) | |
tree | d53545c26752592a9130721bc21ad5f8cc8d8d5f /community/godep | |
parent | ea99764355806503a4348620faa7ee55baceae53 (diff) | |
download | aports-79e6b764ba9264b26d68d631e2147150ee4df2c7.tar.bz2 aports-79e6b764ba9264b26d68d631e2147150ee4df2c7.tar.xz |
community/godep: try fix check in builders
builders do not have git configured so we need provide username and
email
Diffstat (limited to 'community/godep')
-rw-r--r-- | community/godep/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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 <user@example.com>" GOPATH="$srcdir" go test } |