From ce559c464366efdb26805c0cecf3524fe0c788f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=81=A5?= Date: Fri, 23 May 2025 15:30:54 +0800 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f75469f..6e5ee79f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,14 +10,14 @@ variables: VIEW_ADDR: http://172.18.166.219:8288 SAVE_DIR: /opt/${APP} NODE_OPTIONS: --max_old_space_size=8192 - SKIP: true + SKIP: "true" stages: - sync - notice - build -# - deploy -# - webhook + - deploy + - webhook sync_job: stage: sync