mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix build issue in gitlab
This commit is contained in:
parent
d4005222c8
commit
59bc8db4b1
@ -7,12 +7,11 @@ variables:
|
|||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- .m2/repository/
|
- .m2/repository/
|
||||||
- target/
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- mvn $MAVEN_CLI_OPTS compile
|
- mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user