mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 05:42:27 +08:00
chore(ci): print log
This commit is contained in:
@@ -2,6 +2,7 @@ FROM golang:1.20 AS builder
|
||||
|
||||
WORKDIR /eiblog
|
||||
COPY . .
|
||||
RUN pwd
|
||||
RUN ./scripts/run_build.sh backup
|
||||
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ FROM golang:1.20 AS builder
|
||||
|
||||
WORKDIR /eiblog
|
||||
COPY . .
|
||||
RUN pwd
|
||||
RUN ./scripts/run_build.sh eiblog
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user