ci: added downstream_pipeline

This commit is contained in:
2024-01-30 15:45:40 +01:00
parent ccf88ff04d
commit eccd1aa539

View File

@ -104,6 +104,13 @@ tests-3.12:
image: $CI_DOCKER_REGISTRY/python:3.12
allow_failure: true
trigger_bec:
trigger:
project: bec/bec
strategy: depend
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
semver:
stage: Deploy
needs: ["pytest"]