|
|
@ -8,6 +8,10 @@ cache:
|
|
|
|
build:
|
|
|
|
build:
|
|
|
|
stage: build
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
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
|
|
|
|
- mvn $MAVEN_CLI_OPTS clean install
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- OracleJDK1.8
|
|
|
|
- OracleJDK1.8
|
|
|
@ -19,4 +23,4 @@ deploy:
|
|
|
|
only:
|
|
|
|
only:
|
|
|
|
- master@entgra/product-iots
|
|
|
|
- master@entgra/product-iots
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- OracleJDK1.8
|
|
|
|
- OracleJDK1.8
|
|
|
|