From 220515bbd4ad605f00d30b54129dabf81da9fb8c Mon Sep 17 00:00:00 2001 From: reesporte Date: Sun, 14 Nov 2021 12:53:33 -0600 Subject: [PATCH] "update path" --- .gitlab/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 767ecfda1..bee4e8cda 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -140,13 +140,13 @@ build for darwin amd64: variables: GOOS: "darwin" GOARCH: "amd64" - GOPATH: "~/go/" + GOPATH: "/go/" script: - mkdir -p ~/go/bin - rm -r lattice - tar -xvf lattice.tar.gz - go get github.com/rakyll/statik - - ~/go/bin/statik -src=lattice + - $GOPATH/bin/statik -src=lattice - make build FLAGS="-o featurebase_darwin_amd64" artifacts: paths: