Commit faf38475 by shenggui.li

Update .gitlab-ci.yml

parent ba8eecd8
Pipeline #2025 failed with stages
in 2 minutes 55 seconds
......@@ -14,7 +14,7 @@ variables:
cache:
key: ${CI_COMMIT_SHA}
paths:
- web/target/
- target
# 打包
mvn_package:
......@@ -26,7 +26,9 @@ mvn_package:
# - mvn clean
- mvn clean package -DskipTests=true -U
# - mv docker_conf Dockerfile target/
- ls ; cd web/target ; ls -lh
- mkdir target
- cp web/target/mob-dna-1.0.jar target/ && cp Dockerfile target/
- ls ; cd target ; ls -lh
- md5sum mob-dna-1.0.jar
only:
- master
......
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