ci(gitlab): fix trigger strategry syntax

- https://docs.gitlab.com/ee/ci/multi_project_pipelines.html#mirroring-status-from-triggered-pipeline
This commit is contained in:
MDLeom 2020-12-12 14:17:28 +00:00
parent ec21259bb2
commit 3f322336bf
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ deploy: # Trigger deploy job on curben/curben.gitlab.io
trigger:
project: curben/curben.gitlab.io
branch: master
strategy: depend
strategy: depend
rules:
- if: '$RENOVATE != "true" && $CI_COMMIT_REF_NAME == "master" && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "web")'
when: always