From e59344080ecb009e4971fd159790657451822982 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 1 Mar 2016 20:34:14 +0000 Subject: [PATCH] update --- automate.sh | 3 --- bintray.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/automate.sh b/automate.sh index 9aa23370..d2bbfd61 100644 --- a/automate.sh +++ b/automate.sh @@ -56,6 +56,3 @@ do done caddyext remove hugo - -echo $ReleaseDir -ls $ReleaseDir diff --git a/bintray.json b/bintray.json index edecb519..e80b72c7 100644 --- a/bintray.json +++ b/bintray.json @@ -8,7 +8,7 @@ "name": "latest" }, "files": [{ - "includePattern": "dist/release/(.*)", + "includePattern": "/home/travis/gopath/src/github.com/hacdias/caddy-hugo/Godeps/_workspace:/home/travis/gopath/src/github.com/hacdias/caddy-hugo/dist/release/(.*)", "uploadPattern": "caddy-hugo/$1" }], "publish": true