Skip to content
Snippets Groups Projects
Commit b2596552 authored by dgiannopoulos's avatar dgiannopoulos
Browse files

added automation

parent 95ccfa84
No related branches found
No related tags found
No related merge requests found
image: maven:3.8.4
stages:
- build
- deploy
variables:
MAVEN_CLI_OPTS: "-B -e -V"
build:
stage: build
script:
- mvn $MAVEN_CLI_OPTS clean install
artifacts:
paths:
- target/*.jar
deploy:
stage: deploy
script:
- mvn $MAVEN_CLI_OPTS deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment