mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
We don't want to hardcode a letsencrypt-auto venv anymore
This commit is contained in:
parent
70cc516ed8
commit
263f6d6429
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ if [ $? -ne 0 ] ; then
|
|||
fi
|
||||
|
||||
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
||||
export LETSENCRYPT="$HOME/.local/share/letsencrypt/bin/letsencrypt"
|
||||
venv/bin/tox -e apacheconftest
|
||||
else
|
||||
echo Not running hackish apache tests on $OS_TYPE
|
||||
|
|
|
|||
Loading…
Reference in a new issue