From c81f46dc019be627d8f2746003314d428b52b76f Mon Sep 17 00:00:00 2001 From: Silas Davis <silas@erisindustries.com> Date: Tue, 11 Apr 2017 17:06:03 +0100 Subject: [PATCH] Update Dockerfile to use hyperledger as repo --- Dockerfile | 2 +- tests/build_tool.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 10ca8c7b..e75eb594 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/monax/build:0.16 MAINTAINER Monax <support@monax.io> ENV TARGET burrow -ENV REPO $GOPATH/src/github.com/monax/$TARGET +ENV REPO $GOPATH/src/github.com/hyperledger/$TARGET ADD ./glide.yaml $REPO/ ADD ./glide.lock $REPO/ diff --git a/tests/build_tool.sh b/tests/build_tool.sh index bf99cf09..8a155ec2 100755 --- a/tests/build_tool.sh +++ b/tests/build_tool.sh @@ -28,7 +28,7 @@ then REPO=`pwd` CI="true" else - REPO=$GOPATH/src/github.com/monax/$TARGET + REPO=$GOPATH/src/github.com/hyperledger/$TARGET fi release_min=$(cat $REPO/version/version.go | tail -n 1 | cut -d \ -f 4 | tr -d '"') -- GitLab