Commit 1018056b authored by 吴军's avatar 吴军

更新.gitlab-ci-php.yml

parent 3c96a3d3
...@@ -16,19 +16,19 @@ stages: ...@@ -16,19 +16,19 @@ stages:
# - vendor/ # - vendor/
# 检测 # 检测
check: # check:
stage: check # stage: check
only: # only:
- dev # - dev
- develop # - develop
- test # - test
- beta # - beta
- master # - master
tags: # tags:
- runner-122-99 # - runner-122-99
script: # script:
- wget -O check.sh https://git.zmcms.cn/publicsource/gitlab-ci-template/raw/master/check.sh # - wget -O check.sh https://git.zmcms.cn/publicsource/gitlab-ci-template/raw/master/check.sh
- sh check.sh # - sh check.sh
# 安装依赖 # 安装依赖
install: install:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment