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:
parent
73da7a12e7
commit
0512cf9c83
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue