put mkdir in the correct part

This commit is contained in:
Erica Portnoy 2020-07-13 18:01:06 -07:00
parent 1ffb867e30
commit 3d00c8c045

View file

@ -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: