mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
3bff220048
commit
a269603cbf
@ -8,6 +8,10 @@ cache:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- rm -rf ~/.m2/repository/org/wso2/carbon/devicemgt
|
||||
- rm -rf ~/.m2/repository/org/wso2/carbon/devicemgt-plugins
|
||||
- rm -rf ~/.m2/repository/org/wso2/carbon/org/wso2/iot
|
||||
- rm -rf ~/.m2/repository/io/entgra
|
||||
- mvn $MAVEN_CLI_OPTS clean install
|
||||
tags:
|
||||
- OracleJDK1.8
|
||||
@ -19,4 +23,4 @@ deploy:
|
||||
only:
|
||||
- master@entgra/product-iots
|
||||
tags:
|
||||
- OracleJDK1.8
|
||||
- OracleJDK1.8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user