Add ability to trigger retests via comments

Signed-off-by: Casey Callendrello <cdc@redhat.com>
This commit is contained in:
Casey Callendrello
2020-12-08 18:42:28 +01:00
parent 3ae85c1093
commit 8d52c42f90
4 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,7 @@
FROM alpine:3.10
RUN apk add --no-cache curl jq
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]