From b6f60b96a10aaabfb4ef4e1c3992ef841d3794a0 Mon Sep 17 00:00:00 2001 From: Reiner Hauser <reiner.hauser@cern.ch> Date: Fri, 3 May 2019 21:58:57 +0200 Subject: [PATCH] Updated gitlab-ci.yml --- .gitlab-ci.yml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 211fcbb..3429869 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,24 +1 @@ -# -# You can customize this part with the releases:, only: and except: keys -# -ci_trigger: - image: gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:trigger - script: "true" - tags: - - tdaq - variables: - releases: nightly - GIT_STRATEGY: none - only: - - tags - except: - - triggers - -# You should not have to modify the following -ci_build: - image: $TDAQ_CI_IMAGE - script: "true" - tags: - - tdaq - only: - - triggers +include: 'https://gitlab.cern.ch/atlas-tdaq-software/tdaq_ci/raw/master/includes/tdaq-ci.yml' -- GitLab