Skip to content
Snippets Groups Projects
Unverified Commit a3bc9cae authored by Silas Davis's avatar Silas Davis
Browse files

Update Dockerfile to use hyperledger as repo

parent 9fc9fb59
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......
......@@ -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 '"')
......
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