pull/68/head
Henrique Dias 2016-03-01 20:18:13 +00:00
parent fa63b39f90
commit 1ef00edea0
1 changed files with 4 additions and 1 deletions

5
dist/automate.sh vendored
View File

@ -20,7 +20,7 @@ caddyext install hugo:github.com/hacdias/caddy-hugo
mkdir -p $BuildDir mkdir -p $BuildDir
cd $BuildDir cd $BuildDir
rm -f caddy* rm -f caddy*
gox $Package gox -os="linux" $Package
# Zip them up with release notes and stuff # Zip them up with release notes and stuff
mkdir -p $ReleaseDir mkdir -p $ReleaseDir
@ -56,3 +56,6 @@ do
done done
caddyext remove hugo caddyext remove hugo
echo $DistDir
ls $DistDir