From 91bd71248785f575c943397882157e92b643335c Mon Sep 17 00:00:00 2001 From: Dmitry Romanov <romanov@jlab.org> Date: Mon, 21 Feb 2022 19:53:20 +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 2f52751..4715918 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 == "master"' + - 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