From f314573a08fe233e5c278d0f34ff825662af212e Mon Sep 17 00:00:00 2001 From: oasis Date: Thu, 26 Dec 2024 10:11:49 +0800 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fc953f..d9465d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ stages: build: stage: build + tag: + - build script: - echo "我是 build" @@ -12,6 +14,8 @@ build: pages: # job 的名称必须要是 pages stage: deploy + tag: + - build retry: max: 2