mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-20 03:59:02 +00:00
Merge pull request #796 from mattbostock/tidy_dependencies
Remove explicit `go get` for rice and goblin pkgs
This commit is contained in:
1
Makefile
1
Makefile
@@ -5,7 +5,6 @@ all: build
|
|||||||
deps:
|
deps:
|
||||||
# which npm && npm -g install uglify-js less autoprefixer
|
# which npm && npm -g install uglify-js less autoprefixer
|
||||||
go get github.com/GeertJohan/go.rice/rice
|
go get github.com/GeertJohan/go.rice/rice
|
||||||
go get github.com/franela/goblin
|
|
||||||
go get -t -v ./...
|
go get -t -v ./...
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Reference in New Issue
Block a user