From 169e13061f7b9dc1b43ae8b78bc4bc247ce2c75a Mon Sep 17 00:00:00 2001 From: Charitha Goonetilleke Date: Tue, 29 Jan 2019 04:55:29 +0000 Subject: [PATCH] Limit deploy phase only to entgra repos --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a86c573473..8c19854ef2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,4 +24,4 @@ deploy: script: - mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true only: - - master \ No newline at end of file + - master@entgra/carbon-device-mgt \ No newline at end of file