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
...@@ -26,4 +26,4 @@ docker-build: ...@@ -26,4 +26,4 @@ docker-build:
script: script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t registry.gitlab.com/vishalvaddadhi/order-management-backend . - docker build -t registry.gitlab.com/vishalvaddadhi/order-management-backend .
- docker push registry.gitlab.com/vishalvaddadhi/order-management-backend - docker push registry.gitlab.com/vishalvaddadhi/order-management-backend
\ No newline at end of file
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