Commit 0090b929 authored by Vishal Vaddadhi's avatar Vishal Vaddadhi

changed filepath in gitlab-ci

parent cea0654b
Pipeline #1633 failed with stages
in 1 minute and 21 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 ./backend/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