Skip to content
Snippets Groups Projects
Commit e12c6bfc authored by Michał Polański's avatar Michał Polański
Browse files

testing/keybase-client: fix build

parent 375e3cc1
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ build() { ...@@ -17,6 +17,7 @@ build() {
cd "$srcdir" cd "$srcdir"
export GOPATH="$PWD" export GOPATH="$PWD"
export GO15VENDOREXPERIMENT=1 export GO15VENDOREXPERIMENT=1
export GO111MODULE=off
mkdir -p src/github.com/keybase mkdir -p src/github.com/keybase
cp -r "$srcdir/client-$pkgver" src/github.com/keybase/client cp -r "$srcdir/client-$pkgver" src/github.com/keybase/client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment