Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 61a35a1

Browse files
committed
need to build while in GOPATH else vendoring doesnt work
1 parent 20d8190 commit 61a35a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ mkdir -p $BUILDDIR
1515
rm -rf $BUILDDIR/*
1616

1717
# Build binary
18-
cd ../
18+
cd $GOPATH/src/github.com/raintank/metrictank
1919
go build -ldflags "-X main.GitHash=$GITVERSION" -o $BUILDDIR/metrictank

0 commit comments

Comments
 (0)