chore(ci): print log

This commit is contained in:
henry.chen
2023-05-25 16:16:28 +08:00
parent 20e89d6a76
commit 235145ed46
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ FROM golang:1.20 AS builder
WORKDIR /eiblog
COPY . .
RUN pwd
RUN ./scripts/run_build.sh backup

View File

@@ -2,6 +2,7 @@ FROM golang:1.20 AS builder
WORKDIR /eiblog
COPY . .
RUN pwd
RUN ./scripts/run_build.sh eiblog