mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:23:39 +00:00
ability to get netrc from remote
This commit is contained in:
7
Makefile
7
Makefile
@@ -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/...
|
||||
|
Reference in New Issue
Block a user