mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
We don't want to hardcode a letsencrypt-auto venv anymore
This commit is contained in:
@@ -58,7 +58,6 @@ if [ $? -ne 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
||||||
export LETSENCRYPT="$HOME/.local/share/letsencrypt/bin/letsencrypt"
|
|
||||||
venv/bin/tox -e apacheconftest
|
venv/bin/tox -e apacheconftest
|
||||||
else
|
else
|
||||||
echo Not running hackish apache tests on $OS_TYPE
|
echo Not running hackish apache tests on $OS_TYPE
|
||||||
|
|||||||
Reference in New Issue
Block a user