1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

dockerbuilder: /usr/local/bin is already set by docker

This commit is contained in:
Solomon Hykes 2013-04-23 10:49:58 -07:00
parent 73da7a12e7
commit 0512cf9c83

View file

@ -11,9 +11,6 @@ fi
export REVISION=$1 AWS_ID=$2 AWS_KEY=$3
export PATH=/usr/local/bin:$PATH
mkdir -p /go/src/$PACKAGE
git clone "https://$PACKAGE" /go/src/$PACKAGE
cd /go/src/$PACKAGE