From 6c5f35474ef29f6f52d8193194ff135f15508994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BCller?= Date: Thu, 9 Nov 2017 16:22:43 +0100 Subject: [PATCH] try to enable deployment --- circle.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index f8d4a3a..c740448 100644 --- a/circle.yml +++ b/circle.yml @@ -40,8 +40,10 @@ jobs: # run tests! - run: mvn clean install - deployment: - main: - branch: master - commands: - - mvn -s .circleci.settings.xml -DskipTests deploy + - deployment + +deployment: + main: + branch: master + commands: + - mvn -s .circleci.settings.xml -DskipTests deploy