From 97f80cd40369abdc7ae49406f8feaff36231efe3 Mon Sep 17 00:00:00 2001
From: Dmitry Romanov <romanov@jlab.org>
Date: Mon, 21 Feb 2022 19:55:02 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4715918..62b7a36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ pages:
   image: eicweb.phy.anl.gov:4567/containers/eic_container/debian_base:testing
   stage: deploy
   rules:
-    - if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "main"' 
+    #- if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "main"' 
   script:
     - git clone -b 6.1.0 https://github.com/root-project/jsroot.git public
     - cp .htaccess public/.
-- 
GitLab