.gitlab-ci.yml
author malgoz <m.zawadzka@eyeo.com>
Mon, 27 Jun 2022 12:45:43 +0200
changeset 19734 c48e75487a3f
parent 18544 a251741c80e4
permissions -rw-r--r--
Fixed a typo

stages:
  - deploy

deploy:
  stage: deploy
  trigger:
    project: eyeo/monetization/filterlist-splitting
    branch: main
    strategy: depend