X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fdo_release.sh;h=ddf0eae6e69f191b111c88370d67c9b089facf20;hb=62610e87e75e173c5cdac4035c4779c37f7e8e00;hp=d4e935b420a08a7cc2e723cd39d9d86c881b7830;hpb=6034d72d01c76060e0f0804fd80e6b1308886cd3;p=csit.git diff --git a/csit.infra.dash/do_release.sh b/csit.infra.dash/do_release.sh index d4e935b420..ddf0eae6e6 100755 --- a/csit.infra.dash/do_release.sh +++ b/csit.infra.dash/do_release.sh @@ -8,5 +8,6 @@ rm -f app.zip pushd app find . -type d -name "__pycache__" -exec rm -rf "{}" \; || true +find . -type d -name ".webassets-cache" -exec rm -rf "{}" \; || true zip -r ../app.zip . popd