Commit 397b236a by BellCodeEditor

auto save

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