Skip to content

Commit 181ca49

Browse files
committed
Update coverage script
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 26602c9 commit 181ca49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hack/coverage.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
set -eou pipefail
1818

19-
GOPATH=$(go env GOPATH)
20-
REPO_ROOT="$GOPATH/src/stash.appscode.dev/stash"
19+
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2120

2221
pushd $REPO_ROOT
2322

0 commit comments

Comments
 (0)