From c3e1653e3f786b6adba8db8f8c402e82da6dce39 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 20 Aug 2020 09:41:25 -0700 Subject: [PATCH] fix scrutiny clone path. --- packagr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/packagr.yml b/packagr.yml index 3a97b3c..bbd2bce 100644 --- a/packagr.yml +++ b/packagr.yml @@ -8,6 +8,7 @@ engine_cmd_compile: - 'chmod +x scrutiny-collector-metrics-linux-amd64' engine_cmd_test: 'go test -v -tags "static" $(go list ./... | grep -v /vendor/)' +engine_golang_package_path: 'github.com/analogj/scrutiny' scm_enable_branch_cleanup: true scm_release_assets: - local_path: scrutiny-web-linux-amd64