mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-26 07:46:00 +00:00
fixed missing dep in Makefile
This commit is contained in:
1
Makefile
1
Makefile
@@ -5,6 +5,7 @@ all: build
|
|||||||
deps:
|
deps:
|
||||||
# which npm && npm -g install uglify-js less
|
# which npm && npm -g install uglify-js less
|
||||||
go get github.com/GeertJohan/go.rice/rice
|
go get github.com/GeertJohan/go.rice/rice
|
||||||
|
go get github.com/franela/goblin
|
||||||
go list github.com/drone/drone/... | xargs go get -t -v
|
go list github.com/drone/drone/... | xargs go get -t -v
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@@ -11,6 +11,10 @@ import (
|
|||||||
"github.com/google/go-github/github"
|
"github.com/google/go-github/github"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO (bradrydzewski) explore using the Repo.URL to parse the GitHub
|
||||||
|
// Entperprise Scheme+Hostname, instead of the environment variable. Is
|
||||||
|
// there any reason not to use the environment variable?
|
||||||
|
|
||||||
// GitHub enterprise URL
|
// GitHub enterprise URL
|
||||||
var URL = os.Getenv("GITHUB_ENTERPRISE_API")
|
var URL = os.Getenv("GITHUB_ENTERPRISE_API")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user