Files
openstack-ansible/releasenotes/notes/bootstrap_collections_file_git-3e61f6c33cfc96f6.yaml
Dmitriy Rabotyagov 8a5b27f9c2 Better check if we're in CI during collection bootstrap
Current behaviour may treat git+file combination as one being Zuul-treated
as when zuul_src_path is an empty string, path is still be located
and added as `zuul_item` while deployer might want it to be as local git
repo.

This patch adds another verification to ensure zuul_src_path
is defined and we're in CI before doing adjustments

Change-Id: I0acd3a14faf57d6c1bd64af9f36105df8b27b714
2024-04-22 13:55:55 +00:00

9 lines
256 B
YAML

---
fixes:
- |
Fixes user-collection-requirements bootstrap process, when defied by
deployer collection uses "git+file" as a source scheme. Previously
an unexpected version of collection could get installed when using
"git+file" scheme.