From faf1f93071aad6e0082ea70925b6728ff7bf74bd Mon Sep 17 00:00:00 2001 From: Mahesh Arumugam Date: Mon, 19 Jul 2021 12:33:22 -0700 Subject: [PATCH] fix clustertests --- Dockerfile-clustertests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-clustertests b/Dockerfile-clustertests index 8a155b9e9..8abaef492 100644 --- a/Dockerfile-clustertests +++ b/Dockerfile-clustertests @@ -5,9 +5,9 @@ FROM golang:1.13 LABEL maintainer "dev@pilosa.com" -COPY . /go/src/github.com/pilosa/pilosa/ +COPY . /go/src/github.com/molecula/featurebase/ -RUN cd /go/src/github.com/pilosa/pilosa \ +RUN cd /go/src/github.com/molecula/featurebase \ && make install FLAGS="-a -mod=vendor" # download pumba for fault injection