Have dist script publish and purge

This commit is contained in:
Jeff Mitchell 2015-12-01 13:09:38 -05:00
parent d642a16a4b
commit 32b8a5ddc9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ fi
# Upload # Upload
if [ ! -z $HC_RELEASE ]; then if [ ! -z $HC_RELEASE ]; then
hc-releases -upload $DIR/pkg/dist hc-releases -upload $DIR/pkg/dist --publish --purge
fi fi
exit 0 exit 0