mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 19:49:47 +00:00
added go.rice to make deps
This commit is contained in:
1
Makefile
1
Makefile
@@ -3,6 +3,7 @@ SHA := $(shell git rev-parse --short HEAD)
|
|||||||
all: rice amberc lessc build
|
all: rice amberc lessc build
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
|
go get github.com/GeertJohan/go.rice/rice
|
||||||
go list github.com/drone/drone/... | xargs go get -t -v
|
go list github.com/drone/drone/... | xargs go get -t -v
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user