Rename publish job

To be able to reasonably guess in which project the job is defined
looking at its name rename it to something more reasonable at the same
time assuming there might be more of the publish jobs (well, we can
generate lot of different things).
Change-Id: I5c2779c9418c28bc4af4f31a80661b87b4d78848
This commit is contained in:
Artem Goncharov
2024年06月13日 11:02:58 +02:00
parent 668add9107
commit e084a3334e

View File

@@ -60,14 +60,13 @@ deps =
commands =
pre-commit run --all-files --show-diff-on-failure
[testenv:publish]
[testenv:publish-openapi-specs]
description =
No-op env for publishing built Specs
deps =
# We need any dependency, since only that causes `tox -epublish --notest` to create log dir that is required by tox-siblings role
pbr
skip_install = True
allowlist_externals =
commands =
[flake8]
Reference in New Issue
openstack/codegenerator
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.