From 6eabd6a59dfda1927ef7e9cc914b3f7fd22b90ad Mon Sep 17 00:00:00 2001
From: "Vancea, Ioan (ivancea)" <ioan.vancea@physik.hu-berlin.de>
Date: Mon, 29 Jan 2018 17:12:07 +0100
Subject: [PATCH] test - to trigger a new deployment

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff3394c2..f4557a52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,13 +22,13 @@ Deploy LB:
     - pwd
     - source /home/deploy/ansible-provision/ansible-venv/bin/activate
     - cd deploy
-    - ansible-playbook -i hosts playbook-lb-centos.yml
+    # - ansible-playbook -i hosts playbook-lb-centos.yml
     - echo "Deployed On LB -> DONE"
     - ls -al
     - pwd
   only:
     - master
-  when: manual
+  # when: manual
 
 Deploy ProductionSUSE:
   stage: Deploy On ProductionSUSE
-- 
GitLab