Compare commits

...

2 Commits

Author SHA1 Message Date
黄昕 dbec3b91e4 1. 更新gitlab-ci流水线配置 2024-03-14 09:47:03 +08:00
黄昕 ff2989641d 1. 更新gitlab-ci流水线配置 2024-03-14 09:46:53 +08:00
1 changed files with 3 additions and 1 deletions

View File

@ -24,12 +24,14 @@ package :
- master
script:
- echo "=============== 开始打包任务 ==============="
- mvn clean package
- mvn clean package -DskipTests
# 发布
release_job:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
tags:
- linux-maven
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created
script: