diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..ba1bc4c1df660a77d2c3713a10e958274a4f79c0 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,24 @@ +# +# 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: "" + 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: "" + tags: + - tdaq + only: + - triggers