Merge pull request #23061 from thaJeztah/remove-GO15VENDOREXPERIMENT

Remove GO15VENDOREXPERIMENT
This commit is contained in:
Michael Crosby 2016-05-27 16:54:19 -07:00
Родитель d94daf624a b4708e2754
Коммит 58b4164feb
3 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -179,7 +179,6 @@ RUN set -x \
# Install notary and notary-server
ENV NOTARY_VERSION v0.3.0
RUN set -x \
&& export GO15VENDOREXPERIMENT=1 \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
&& (cd "$GOPATH/src/github.com/docker/notary" && git checkout -q "$NOTARY_VERSION") \

Просмотреть файл

@ -119,7 +119,6 @@ RUN set -x \
# Install notary and notary-server
ENV NOTARY_VERSION v0.3.0
RUN set -x \
&& export GO15VENDOREXPERIMENT=1 \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
&& (cd "$GOPATH/src/github.com/docker/notary" && git checkout -q "$NOTARY_VERSION") \

Просмотреть файл

@ -128,7 +128,6 @@ RUN set -x \
# Install notary and notary-server
ENV NOTARY_VERSION v0.3.0
RUN set -x \
&& export GO15VENDOREXPERIMENT=1 \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
&& (cd "$GOPATH/src/github.com/docker/notary" && git checkout -q "$NOTARY_VERSION") \