mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Clean before build
This commit is contained in:
parent
288c61b9c8
commit
750cf43ff0
2 changed files with 2 additions and 1 deletions
|
|
@ -38,4 +38,4 @@ docker run \
|
|||
-w "/certbot" \
|
||||
-e "PIP_EXTRA_INDEX_URL=http://localhost:8080" \
|
||||
"adferrand/snapcraft:${DOCKER_ARCH}-stable" \
|
||||
snapcraft
|
||||
/bin/bash -c "snapcraft clean && snapcraft"
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ IFS=","
|
|||
for DNS_PLUGIN in ${DNS_PLUGINS}; do
|
||||
pushd "${DNS_PLUGIN}"
|
||||
cp /snap-constraints.txt .
|
||||
snapcraft clean
|
||||
snapcraft
|
||||
popd
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue