0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

ci: prefill variables for manual pipeline start

This commit is contained in:
2024-09-02 14:18:47 +02:00
committed by wyzula_j
parent 39f98ec223
commit 158c19eda7

View File

@ -5,8 +5,12 @@ image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11
#commands to run in the Docker container before starting each job. #commands to run in the Docker container before starting each job.
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
BEC_CORE_BRANCH: "main" BEC_CORE_BRANCH:
OPHYD_DEVICES_BRANCH: "main" description: bec branch
value: main
OPHYD_DEVICES_BRANCH:
description: ophyd_devices branch
value: main
CHILD_PIPELINE_BRANCH: $CI_DEFAULT_BRANCH CHILD_PIPELINE_BRANCH: $CI_DEFAULT_BRANCH
workflow: workflow: