提交 8c89dbf2 authored 作者: czq's avatar czq

czq

接口bug修改
上级 6aaeccf7
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
stage: build stage: build
script: script:
- echo "编译中。。。。" - echo "编译中。。。。"
- "mvn clean compile"
only: only:
- master - master
tags: tags:
...@@ -18,7 +19,8 @@ ...@@ -18,7 +19,8 @@
job 2: job 2:
stage: test stage: test
script: script:
- echo "测试中。。。。" - echo "打包中。。。。"
- "mvn clean package"
only: only:
- master - master
tags: tags:
...@@ -28,6 +30,7 @@ ...@@ -28,6 +30,7 @@
stage: deploy stage: deploy
script: script:
- echo "部署中。。。。" - echo "部署中。。。。"
- "java -jar adaptation-master-0.0.1-SNAPSHOT.jar"
only: only:
- master - master
tags: tags:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论