Commit b557cee0 authored by Vishal Vaddadhi's avatar Vishal Vaddadhi

debugging docker login

parent ae912297
Pipeline #1636 failed with stage
in 1 minute and 15 seconds
...@@ -11,16 +11,16 @@ variables: ...@@ -11,16 +11,16 @@ variables:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
stages: stages:
- build # - build
- docker - docker
maven-build: # maven-build:
image: maven:3-jdk-8 # image: maven:3-jdk-8
stage: build # stage: build
script: "mvn -f ./backend/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
docker-build: docker-build:
stage: docker 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