Commit 397b236a by BellCodeEditor

auto save

parent 99fd3fbd
Showing with 1 additions and 7 deletions
......@@ -2,7 +2,6 @@ stages:
- install_deps
- test
# 安装依赖
install_deps:
stage: install_deps
image: bellcode/codingmonkey-dev:1.3
......@@ -17,7 +16,6 @@ install_deps:
paths:
- Api/vendor/
# 运行测试用例
test:
stage: test
dependencies:
......@@ -40,9 +38,7 @@ test:
- mkdir -stages:
- install_deps
- test
# 安装依赖
install_deps:
s:
stage: install_deps
image: bellcode/codingmonkey-dev:1.3
except:
......@@ -56,7 +52,6 @@ install_deps:
paths:
- Api/vendor/
# 运行测试用例
test:
stage: test
dependencies:
......@@ -92,7 +87,6 @@ test:
- install_deps
- test
# 安装依赖
install_deps:
stage: install_deps
image: bellcode/codingmonkey-dev:1.3
......
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 sign in to comment