diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 7612088..7eabe24 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -7,7 +7,7 @@ set -ex main() { if [ $TARGET = 'snap' ] then - docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft sh -c "apt-get update && snapcraft" + docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft sh -c "apt-get update && snapcraft clean cat-say -s pull && snapcraft" return fi