ability to get netrc from remote

This commit is contained in:
Brad Rydzewski
2015-04-28 14:39:48 -07:00
parent 6006699109
commit 67a4e302c7
3 changed files with 24 additions and 2 deletions

View File

@@ -25,8 +25,11 @@ concat:
server/static/scripts/controllers/*.js \
server/static/scripts/term.js > server/static/scripts/drone.min.js
bindata_deps:
go get github.com/jteeuwen/go-bindata/...
bindata_debug:
go-bindata --debug server/static/...
$$GOPATH/bin/go-bindata --debug server/static/...
bindata:
go-bindata server/static/...
$$GOPATH/bin/go-bindata server/static/...