mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
export ACME_SERVER_URI
This commit is contained in:
parent
9849383d57
commit
1ad092d715
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ if [ $? -ne 0 ] ; then
|
|||
fi
|
||||
|
||||
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
||||
export ACME_SERVER_URI="$BOULDER_URL"
|
||||
venv/bin/tox -e apacheconftest
|
||||
else
|
||||
echo Not running hackish apache tests on $OS_TYPE
|
||||
|
|
|
|||
Loading…
Reference in a new issue