logical flow

This commit is contained in:
Dan Ballard 2018-07-14 08:47:11 -05:00
parent 627d8bc0ac
commit 19e5b5871a
1 changed files with 1 additions and 2 deletions

View File

@ -79,9 +79,8 @@ RUN set -eux; \
# Set up /workspace
ENV GOPATH /workspace/go
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
ENV PATH $GOPATH/bin:$PATH
# Add in gomobile