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:
DOCKER_HOST: tcp://docker:2375
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