mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-13 12:11:51 +02:00
Update .gitlab-ci.yml
This commit is contained in:
@ -27,7 +27,6 @@ workflow:
|
|||||||
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- local: ci/vars.yml
|
|
||||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||||
- project: "bec/awi_utils"
|
- project: "bec/awi_utils"
|
||||||
file: "/templates/check-packages-job.yml"
|
file: "/templates/check-packages-job.yml"
|
||||||
@ -37,6 +36,11 @@ include:
|
|||||||
pytest_args: "-v --random-order tests/"
|
pytest_args: "-v --random-order tests/"
|
||||||
exclude_packages: ""
|
exclude_packages: ""
|
||||||
|
|
||||||
|
{{- if exists "ci/vars.yml" }}
|
||||||
|
include:
|
||||||
|
- local: ci/vars.yml
|
||||||
|
{{- endif }}
|
||||||
|
|
||||||
#commands to run in the Docker container before starting each job.
|
#commands to run in the Docker container before starting each job.
|
||||||
before_script:
|
before_script:
|
||||||
- echo $my_branch.BEC_CORE_BRANCH
|
- echo $my_branch.BEC_CORE_BRANCH
|
||||||
|
Reference in New Issue
Block a user