From 1ffb867e30db33b60ed601640ab94ec6c1ffcc71 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 13 Jul 2020 17:58:00 -0700 Subject: [PATCH] create empty directory to bind to --- certbot-dns-dnsimple/snap/snapcraft.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/certbot-dns-dnsimple/snap/snapcraft.yaml b/certbot-dns-dnsimple/snap/snapcraft.yaml index 5edcd6925..d95f749d7 100644 --- a/certbot-dns-dnsimple/snap/snapcraft.yaml +++ b/certbot-dns-dnsimple/snap/snapcraft.yaml @@ -13,6 +13,7 @@ parts: constraints: [$SNAPCRAFT_PART_SRC/snap-constraints.txt] override-pull: | snapcraftctl pull + mkdir $SNAPCRAFT_PART_SRC/certbot-exec snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"` build-environment: - EXCLUDE_CERTBOT_DEPS: "True" @@ -20,6 +21,10 @@ parts: plugin: dump source: . stage: [setup.py] + shared: + plugin: dump + source: . + stage: [certbot-exec] slots: certbot: