Commit cea0654b authored by Vishal Vaddadhi's avatar Vishal Vaddadhi

still testing ci

parent 126ecac4
Pipeline #1632 failed with stages
in 43 seconds
...@@ -16,7 +16,7 @@ stages: ...@@ -16,7 +16,7 @@ stages:
maven-build: maven-build:
image: maven:3-jdk-8 image: maven:3-jdk-8
stage: build stage: build
script: "mvn -f /order-management/pom.xml clean package -B " script: "mvn -f ./order-management/pom.xml clean package -B "
artifacts: artifacts:
paths: paths:
- target/*jar - target/*jar
......
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