Commit 30918716 authored by Perwaiz Ali's avatar Perwaiz Ali

.git-ci.yml changes

parent b47d55c6
Pipeline #2212 passed with stage
in 26 seconds
stages:
- build
- test
- deploy
maven-build:
tags:
- runner
image: maven:3-jdk-11
stage: build
script: "mvn package -B"
artifacts:
paths:
- target/ShowDemo_1-0.0.1-SNAPSHOT.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