mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
update mkdir so we don't have to clean each time
This commit is contained in:
parent
3d0935e395
commit
f5bb7fa34a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ parts:
|
|||
stage: [certbot-shared]
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
mkdir $SNAPCRAFT_PART_SRC/certbot-shared
|
||||
mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
|
||||
test:
|
||||
plugin: dump
|
||||
source: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue