From a269603cbf0858344fcb13af81bf3fd3f5b3fcd3 Mon Sep 17 00:00:00 2001 From: Charitha Goonetilleke Date: Wed, 3 Feb 2021 06:28:25 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aec8b636..c2d2be2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - OracleJDK1.8