Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-25 01:10:28 -04:00
parent 478075354a
commit 9267931b8c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -14,7 +14,5 @@ RUN apk add --no-cache \
RUN go get github.com/golang/lint/golint RUN go get github.com/golang/lint/golint
RUN go get honnef.co/go/tools/cmd/staticcheck RUN go get honnef.co/go/tools/cmd/staticcheck
ENV GO111MODULE on
COPY upload-assets /usr/bin/upload-assets COPY upload-assets /usr/bin/upload-assets
COPY release-email-notification /usr/bin/release-email-notification COPY release-email-notification /usr/bin/release-email-notification