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

更新.gitlab-ci-php.yml

parent 3c96a3d3
......@@ -16,19 +16,19 @@ stages:
# - vendor/
# 检测
check:
stage: check
only:
- dev
- develop
- test
- beta
- master
tags:
- runner-122-99
script:
- wget -O check.sh https://git.zmcms.cn/publicsource/gitlab-ci-template/raw/master/check.sh
- sh check.sh
# check:
# stage: check
# only:
# - dev
# - develop
# - test
# - beta
# - master
# tags:
# - runner-122-99
# script:
# - wget -O check.sh https://git.zmcms.cn/publicsource/gitlab-ci-template/raw/master/check.sh
# - sh check.sh
# 安装依赖
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