mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Force nginx tests to run during CI (#4558)
* force nginx tests to run during CI * offer default value
This commit is contained in:
@@ -203,7 +203,9 @@ common revoke --cert-path "$root/conf/live/le2.wtf/cert.pem" \
|
|||||||
|
|
||||||
common unregister
|
common unregister
|
||||||
|
|
||||||
if type nginx;
|
# Most CI systems set this variable to true.
|
||||||
|
# If the tests are running as part of CI, Nginx should be available.
|
||||||
|
if ${CI:-false} || type nginx;
|
||||||
then
|
then
|
||||||
. ./certbot-nginx/tests/boulder-integration.sh
|
. ./certbot-nginx/tests/boulder-integration.sh
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user