Update automate.sh

This commit is contained in:
Henrique Dias 2016-03-03 19:09:54 +00:00
parent 6488a4e9bb
commit dd69af825a
1 changed files with 2 additions and 2 deletions

4
dist/automate.sh vendored
View File

@ -21,7 +21,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 -osarch="linux/amd64" $Package
# Zip them up with release notes and stuff # Zip them up with release notes and stuff
mkdir -p $ReleaseDir mkdir -p $ReleaseDir
@ -58,4 +58,4 @@ done
cd $MainDir/dist cd $MainDir/dist
sed -i 's/{TIME}/'$(date +%s)'/g' bintray.json sed -i 's/{TIME}/'$(date +%s)'/g' bintray.json
sed -i 's/{PATH}/'${MainDir}'/g' bintray.json sed -i 's/{PATH}/'$MainDir'/g' bintray.json