Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2020-07-14 04:01:06 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-07-14 04:01:06 +0300
commit3d00c8c0456cf0b89f3a0255b32a6a5cc71cf9cf (patch)
tree27cf1f7352b25797bdd97021241bfa49370e2d90
parent1ffb867e30db33b60ed601640ab94ec6c1ffcc71 (diff)
put mkdir in the correct part
-rw-r--r--certbot-dns-dnsimple/snap/snapcraft.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/certbot-dns-dnsimple/snap/snapcraft.yaml b/certbot-dns-dnsimple/snap/snapcraft.yaml
index d95f749d7..5daef6e16 100644
--- a/certbot-dns-dnsimple/snap/snapcraft.yaml
+++ b/certbot-dns-dnsimple/snap/snapcraft.yaml
@@ -13,7 +13,6 @@ 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"
@@ -25,6 +24,9 @@ parts:
plugin: dump
source: .
stage: [certbot-exec]
+ override-pull: |
+ snapcraftctl pull
+ mkdir $SNAPCRAFT_PART_SRC/certbot-exec
slots:
certbot: