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

This commit is contained in:
Wolfgang Hottgenroth 2025-01-13 11:28:26 +01:00
parent 496ea8c462
commit 8dd78ac42e

View File

@ -3,6 +3,8 @@ FROM hugomods/hugo:base-non-root AS builder
ARG BASE_URL "" ARG BASE_URL ""
USER hugo USER hugo
COPY content/ /src COPY content/ /src
RUN id
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
# server # server