From 3cd5896a9709c45f1a06b408a316ff06d42c893b Mon Sep 17 00:00:00 2001 From: charitha Date: Tue, 10 Mar 2020 20:42:51 +0530 Subject: [PATCH] Fix CI/CD issues --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4df73f15..68d0dc36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,10 +11,14 @@ build: stage: build script: - mvn $MAVEN_CLI_OPTS clean install + tags: + - OracleJDK1.8 deploy: stage: deploy script: - - mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true + - mvn $MAVEN_CLI_OPTS deploy only: - - master@entgra/product-iots \ No newline at end of file + - master@entgra/product-iots + tags: + - OracleJDK1.8 \ No newline at end of file