# HG changeset patch # User Stephan Max # Date 1639374261 -3600 # Node ID 2f7945724574a48c31d0a461eb6fda85a05fc942 # Parent 5f128e4f6ad3408ab01a6be8bbbc606f646955bd Add trigger job for multi-project pipeline Will trigger filterlist-splitting on change diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +bridge: + stage: deploy + trigger: + project: eyeo/monetization/filterlist-splitting + branch: main + strategy: depend