mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
new tox requires local scripts to be explicitly allowlisted
This commit is contained in:
parent
57bb4e40b7
commit
4e6934a4b6
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -314,3 +314,5 @@ setenv = AWS_DEFAULT_REGION=us-east-1
|
|||
changedir = letstest
|
||||
deps = -e {toxinidir}/letstest
|
||||
commands = {toxinidir}/tools/retry.sh letstest targets/targets.yaml {env:AWS_EC2_PEM_FILE} SET_BY_ENV scripts/test_apache2.sh --repo {toxinidir}
|
||||
allowlist_externals =
|
||||
{toxinidir}/tools/retry.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue