更新.gitlab-ci.yml文件

This commit is contained in:
2024-12-26 10:12:14 +08:00
parent f314573a08
commit b785867f8a

View File

@@ -5,7 +5,7 @@ stages:
build:
stage: build
tag:
tags:
- build
script:
- echo "我是 build"
@@ -14,7 +14,7 @@ build:
pages: # job 的名称必须要是 pages
stage: deploy
tag:
tags:
- build
retry:
max: 2