From 79efc8f1fc71fa7e81e13e5ce0e4feb8e2cbfd7b Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Sat, 24 May 2025 14:26:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20CI=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55afb95..b782046 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,8 @@ build-job: - npm i -g pnpm && pnpm i && pnpm build # 打印编译完成信息 - echo "Compile complete." + # 创建文件夹 + - mkdir docker/dist # 从Docker Hub拉取OpenJDK基础镜像 - docker pull nginx:1.27.3 # 打印拉取完成信息