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