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