Commit 265bd543 authored by Administrator's avatar Administrator

更新build.yml

parent 75d2b53a
......@@ -35,7 +35,6 @@ build:
- master
stage: build
script:
- source ${appname}.env
- mvn -Dmaven.test.skip=true clean package -U
- if [ -d ${appname}-server ]; then cp ${appname}-server/target/*SNAPSHOT.jar app.jar; else cp target/*SNAPSHOT.jar app.jar; fi
......
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