Merge pull request #955 from dnephin/remove-filewatcher

Remove filewatcher
This commit is contained in:
Vincent Demeester 2018-03-21 14:31:26 +01:00 committed by GitHub
commit c1b58a9096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -17,13 +17,6 @@ RUN go get -d github.com/mjibson/esc && \
go build -v -o /usr/bin/esc . && \
rm -rf /go/src/* /go/pkg/* /go/bin/*
ARG FILEWATCHER_SHA=2e12ea42f6c8c089b19e992145bb94e8adaecedb
RUN go get -d github.com/dnephin/filewatcher && \
cd /go/src/github.com/dnephin/filewatcher && \
git checkout -q "$FILEWATCHER_SHA" && \
go build -v -o /usr/bin/filewatcher . && \
rm -rf /go/src/* /go/pkg/* /go/bin/*
# FIXME(vdemeester) only used for e2e, could be in e2e special image in the future
ARG NOTARY_VERSION=v0.6.0
RUN export URL=https://github.com/theupdateframework/notary/releases/download; \

View File

@ -1,3 +0,0 @@
#!/bin/sh
# shellcheck disable=SC2016
exec filewatcher -L 6 -x build -x script go test -timeout 30s -v './${dir}'