fixed gitignore which mistakenly omitted the cmd dir
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-30 01:28:06 -07:00
parent 5526397247
commit d3c104685c
3 changed files with 17 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ RUN go mod download
COPY ./ ./
#RUN make lint
RUN find .
RUN make httpd
RUN go mod vendor
RUN tar -c . | bzip2 > /src.tbz2