From b7c19fd0ef708b67b4bfc1a67694712296d62e3a Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 29 May 2019 19:45:30 -0300 Subject: [PATCH] testing/traefik: modernize --- testing/traefik/APKBUILD | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testing/traefik/APKBUILD b/testing/traefik/APKBUILD index 9d0dac3a31c..c36f138ffc9 100644 --- a/testing/traefik/APKBUILD +++ b/testing/traefik/APKBUILD @@ -26,14 +26,12 @@ prepare() { } build() { - cd "$builddir" GOPATH="$srcdir" go generate GOPATH="$srcdir" go build -v -o bin/$pkgname ./cmd/$pkgname } check() { # Unit tests - cd "$builddir" GOPATH="$srcdir" go test ./... # Integration tests @@ -42,8 +40,6 @@ check() { } package() { - cd "$builddir" - install -m755 -D "$srcdir"/$pkgname.initd \ "$pkgdir"/etc/init.d/$pkgname