From 051af54dca2d83dbc84426dfddf90ed57da5d0b6 Mon Sep 17 00:00:00 2001 From: Charitha Goonetilleke Date: Tue, 29 Jan 2019 04:56:45 +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 a86c57347..a738e905a 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-plugins \ No newline at end of file