.gitlab-ci.yml
author disacura <d.isacura@eyeo.com>
Fri, 04 Mar 2022 17:20:43 -0400
changeset 18597 cd4db42b8749
parent 18544 a251741c80e4
permissions -rw-r--r--
Added filter for Uponit ads
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18544
a251741c80e4 INFRACOM-4651: Code review changes
Stephan Max <s.max@eyeo.com>
parents: 18543
diff changeset
     1
stages:
a251741c80e4 INFRACOM-4651: Code review changes
Stephan Max <s.max@eyeo.com>
parents: 18543
diff changeset
     2
  - deploy
a251741c80e4 INFRACOM-4651: Code review changes
Stephan Max <s.max@eyeo.com>
parents: 18543
diff changeset
     3
a251741c80e4 INFRACOM-4651: Code review changes
Stephan Max <s.max@eyeo.com>
parents: 18543
diff changeset
     4
deploy:
18543
2f7945724574 Add trigger job for multi-project pipeline
Stephan Max <s.max@eyeo.com>
parents:
diff changeset
     5
  stage: deploy
2f7945724574 Add trigger job for multi-project pipeline
Stephan Max <s.max@eyeo.com>
parents:
diff changeset
     6
  trigger:
2f7945724574 Add trigger job for multi-project pipeline
Stephan Max <s.max@eyeo.com>
parents:
diff changeset
     7
    project: eyeo/monetization/filterlist-splitting
2f7945724574 Add trigger job for multi-project pipeline
Stephan Max <s.max@eyeo.com>
parents:
diff changeset
     8
    branch: main
2f7945724574 Add trigger job for multi-project pipeline
Stephan Max <s.max@eyeo.com>
parents:
diff changeset
     9
    strategy: depend