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:
3 changed files with 5 additions and 6 deletions
3
tox.ini
3
tox.ini
@@ -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
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.