diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 211fcbb6cda7b1ad6a0baac3552e25338624ae26..342986958adaba2b6d7d48f795735a5f26c31e0d 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'