mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
tweak cloudxns condition
This commit is contained in:
@@ -47,7 +47,7 @@ REPO_ROOT = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
|||||||
# the current version since we no longer build it.
|
# the current version since we no longer build it.
|
||||||
PLUGIN_SNAPS = [os.path.basename(path)
|
PLUGIN_SNAPS = [os.path.basename(path)
|
||||||
for path in glob.glob(os.path.join(REPO_ROOT, 'certbot-dns-*'))
|
for path in glob.glob(os.path.join(REPO_ROOT, 'certbot-dns-*'))
|
||||||
if 'cloudxns' not in path]
|
if not path.endswith('certbot-dns-cloudxns')]
|
||||||
# This list contains the name of all Certbot snaps that should be published to
|
# This list contains the name of all Certbot snaps that should be published to
|
||||||
# the stable channel.
|
# the stable channel.
|
||||||
ALL_SNAPS = ['certbot'] + PLUGIN_SNAPS
|
ALL_SNAPS = ['certbot'] + PLUGIN_SNAPS
|
||||||
|
|||||||
Reference in New Issue
Block a user