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
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,6 @@ steps:
image: plugins/docker
settings:
repo: vbrandl/vbrandl.net
auto_tag: true
username:
from_secret: docker_username
password:

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" \