From 3f35c12e11b17fb43c72ea223c9cf4bacc37fdab Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 2 Apr 2025 03:06:56 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 480cca9..ab7ec3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ default: before_script: - echo '====== 准备构建中 =========' - + - ln -sf /srv/node-v13.11.0-linux-x64/bin/node /bin/node # 创建软链接到 bin 目录 stages: - deploy @@ -15,6 +15,7 @@ job_deploy: tags: - staryEvo before_script: + - echo '开始发布' - echo '开始发布' - docker info # 添加 Docker 环境验证 - node -v # 验证 Node.js 版本 @@ -48,5 +49,5 @@ job_deploy: after_script: - - echo "====== 发布完成 =========" + - echo "====== 发布完成 ========="