Debug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl
2019-05-01 23:10:10 +02:00
parent 5cbeb342bf
commit 946e14bbae
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,8 @@ WORKDIR /usr/src/build
COPY ./ ./
RUN apk --no-cache add --update make
RUN /bin/drone-hugo && \
make -C public/ -f ../Makefile
make -C public/ -f ../Makefile && \
ls -lah
# find ./ -type f \( \
# -name "*.html" \
# -o -name "*.js" \