mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
ci: added web as trigger for downstream pipelines
This commit is contained in:
parent
b3ebe4e35d
commit
b46aac7a8a
@ -6,6 +6,7 @@ image: $CI_DOCKER_REGISTRY/python:3.10
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
OPHYD_DEVICES_BRANCH: "master"
|
||||
BEC_WIDGETS_BRANCH: "master"
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
@ -371,7 +372,10 @@ trigger_bec-widgets:
|
||||
trigger:
|
||||
project: bec/bec-widgets
|
||||
strategy: depend
|
||||
variables:
|
||||
BEC_CORE_BRANCH: $CI_COMMIT_REF_NAME
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "web"'
|
||||
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
|
||||
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "production"'
|
||||
|
||||
@ -379,7 +383,10 @@ trigger_ophyd-devices:
|
||||
trigger:
|
||||
project: bec/ophyd_devices
|
||||
strategy: depend
|
||||
variables:
|
||||
BEC_CORE_BRANCH: $CI_COMMIT_REF_NAME
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "web"'
|
||||
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
|
||||
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "production"'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user