ci debug
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Wolfgang Hottgenroth 2025-01-13 11:29:52 +01:00
parent 8dd78ac42e
commit bf4f199183

View File

@ -4,6 +4,7 @@ ARG BASE_URL ""
USER hugo USER hugo
COPY content/ /src COPY content/ /src
RUN id RUN id
RUN chown hugo:hugo /src
RUN ls -la /src RUN ls -la /src
RUN if [ "$BASE_URL" = ""]; then hugo; else hugo -b $BASE_URL; fi RUN if [ "$BASE_URL" = ""]; then hugo; else hugo -b $BASE_URL; fi