提交 1aa96ead authored 作者: Matrix's avatar Matrix

[cicd] 重新添加cicd脚本

上级 654a6309
流水线 #296 已失败 于阶段
in 4 分 40 秒
...@@ -10,7 +10,7 @@ cache: ...@@ -10,7 +10,7 @@ cache:
build: build:
stage: build stage: build
tags: tags:
- shell - lshell
script: script:
- mvn -v - mvn -v
- mvn clean package -DskipTests=true -P dev - mvn clean package -DskipTests=true -P dev
...@@ -25,14 +25,14 @@ build: ...@@ -25,14 +25,14 @@ build:
stop: stop:
stage: stop stage: stop
tags: tags:
- shell - lshell
script: script:
- pkill -f equip - pkill -f equip
start: start:
stage: start stage: start
tags: tags:
- shell - lshell
script: script:
- nohup java -jar dev-union/target/equip-exec.jar > /dev/null & - nohup java -jar dev-union/target/equip-exec.jar > /dev/null &
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论