15eb36a98c
Allow the system to delete the file immediately as once the name is generated there is no further need of the temp file. Fix the temp name splitting and generation to handle being provided a string without the 'XXXXXX' template as part of it. Temporarily disable the requirements.txt check. Change-Id: I14e56b0d4248dc037fab102acf3cb30573bfba8d
13 lines
283 B
YAML
13 lines
283 B
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- publish-to-pypi
|
|
check:
|
|
jobs:
|
|
- build-openstack-sphinx-docs:
|
|
voting: false
|
|
- requirements-check:
|
|
voting: false
|