mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge branch 'newAPPM' into 'application-manager-new'
Update gitlab-ci See merge request entgra/product-iots!13
This commit is contained in:
commit
bcfbe588cc
@ -1,5 +1,3 @@
|
|||||||
image: maven:latest
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
MAVEN_CLI_OPTS: "--batch-mode"
|
MAVEN_CLI_OPTS: "--batch-mode"
|
||||||
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
|
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
|
||||||
@ -12,7 +10,6 @@ cache:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- 'mvn $MAVEN_CLI_OPTS test-compile'
|
|
||||||
- mvn $MAVEN_CLI_OPTS clean install
|
- mvn $MAVEN_CLI_OPTS clean install
|
||||||
tags:
|
tags:
|
||||||
- OracleJDK1.8
|
- OracleJDK1.8
|
||||||
Loading…
Reference in New Issue
Block a user