From 7d180dd49042521468d717392d61e930ab7b13ad Mon Sep 17 00:00:00 2001 From: Charitha Goonetilleke Date: Sun, 17 May 2020 16:05:50 +0000 Subject: [PATCH] Remove cache after deploying --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d93d765fd..67368d238 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,5 +24,6 @@ deploy: stage: deploy script: - mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true + - rm -rf .m2/repository/* only: - master@entgra/carbon-device-mgt-plugins \ No newline at end of file