Skip to content
Snippets Groups Projects
Commit 4301df87 authored by Saralegui Vallejo, Unai's avatar Saralegui Vallejo, Unai
Browse files

Update build.yml

parent 2e5e0751
No related branches found
No related tags found
No related merge requests found
variables: variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode" MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository" MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
POM_FILE: pom.xml
cache: cache:
paths: paths:
...@@ -13,7 +14,7 @@ build: ...@@ -13,7 +14,7 @@ build:
tags: tags:
- docker - docker
script: script:
- mvn $MAVEN_CLI_OPTS compile - mvn $MAVEN_CLI_OPTS -f $POM_FILE compile
only: only:
- master - master
- tags - tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment