Commit 4e95a3fa authored by Vishal Vaddadhi's avatar Vishal Vaddadhi

debugging

parent 3b674b3d
Pipeline #1643 failed with stage
in 14 seconds
......@@ -14,16 +14,16 @@ before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN https://gitlab.mynisum.com/
stages:
- build
# - build
- docker
maven-build:
image: maven:3-jdk-8
stage: build
script: "mvn -f ./backend/order-management/pom.xml clean package -B"
artifacts:
paths:
- target/*jar
# maven-build:
# image: maven:3-jdk-8
# stage: build
# script: "mvn -f ./backend/order-management/pom.xml clean package -B"
# artifacts:
# paths:
# - target/*jar
docker-build:
stage: docker
......
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