Commit 3ff5012f by shenggui.li

Update .gitlab-ci.yml

parent f8ece23b
Pipeline #2079 passed with stages
in 1 minute 15 seconds
stages:
- package
- build
- deplay
# - deplay
variables:
APP_NAME: "mobdna-k8s"
......@@ -21,9 +21,9 @@ mvn_package:
image: maven:3.3.9-jdk-8
stage: package
script:
# - mkdir -p /root/.m2/
# - wget -O /root/.m2/settings.xml http://configure_read:reyun.123@nexus.minrow.com/repository/configure/maven/config/settings.xml
# - mvn clean
- mkdir -p /root/.m2/
- wget -O /root/.m2/settings.xml http://configure_read:reyun.123@nexus.minrow.com/repository/configure/maven/config/settings.xml
- mvn clean
- mvn clean package -DskipTests=true
# - mv docker_conf Dockerfile target/
- mkdir target
......
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