mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-07 01:34:48 +02:00
ci: added downstream_pipeline
This commit is contained in:
@ -103,7 +103,14 @@ tests-3.12:
|
|||||||
stage: AdditionalTests
|
stage: AdditionalTests
|
||||||
image: $CI_DOCKER_REGISTRY/python:3.12
|
image: $CI_DOCKER_REGISTRY/python:3.12
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
trigger_bec:
|
||||||
|
trigger:
|
||||||
|
project: bec/bec
|
||||||
|
strategy: depend
|
||||||
|
rules:
|
||||||
|
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
|
||||||
|
|
||||||
semver:
|
semver:
|
||||||
stage: Deploy
|
stage: Deploy
|
||||||
needs: ["pytest"]
|
needs: ["pytest"]
|
||||||
|
Reference in New Issue
Block a user