From 32b8a5ddc9ee93e67bf0458c1c5fa49e4cc0689f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 1 Dec 2015 13:09:38 -0500 Subject: [PATCH] Have dist script publish and purge --- scripts/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist.sh b/scripts/dist.sh index 2716551f9..cf5531b13 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -58,7 +58,7 @@ fi # Upload if [ ! -z $HC_RELEASE ]; then - hc-releases -upload $DIR/pkg/dist + hc-releases -upload $DIR/pkg/dist --publish --purge fi exit 0