proper hash
Some checks are pending
continuous-integration/drone/push Build is failing

This commit is contained in:
Drone CI 2019-01-18 19:03:27 +01:00
parent 5526084882
commit 215cb7ec8f

View File

@ -16,7 +16,7 @@ FROM frolvlad/alpine-glibc AS test
COPY --from=eventbuild /build/target/x86_64-unknown-linux-musl/debug/wg-event-gen /usr/bin/
RUN echo "2df798799c5049324174c4df0189695d -" > test.md5 && wg-event-gen | md5sum -c test.md5
RUN echo "2df798799c5049324174c4df0189695d -" > test.md5 && wg-event-gen | md5sum -c test.md5
FROM golang AS build