更新.gitlab-ci.yml文件
This commit is contained in:
@@ -4,18 +4,16 @@ default:
|
||||
before_script:
|
||||
- echo '====== 准备构建中 ========='
|
||||
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
|
||||
|
||||
|
||||
# 发布
|
||||
job_deploy:
|
||||
only:
|
||||
- master
|
||||
stage: deploy
|
||||
tags:
|
||||
- staryEvo
|
||||
before_script:
|
||||
- echo '开始发布'
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user