From 055aad6f7d09efe9a1df950089325131dcb59eab Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Mon, 23 Aug 2021 16:52:26 -0500 Subject: [PATCH] Revert "ensure downstream juggler pipeline uses latest master of NPDet" This reverts commit b9188b11fc5d373944ac3716020841acf1fd8ea2 --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f4dd098..d5c776e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,8 +91,6 @@ pages: staging: stage: deploy - variables: - NPDET_VERSION: "$CI_COMMIT_SHA" rules: - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"' trigger: EIC/juggler -- GitLab