mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fixed up build and updated dependencies.
This commit is contained in:
@@ -10,7 +10,7 @@ docker: vendor
|
||||
docker push iron/fn
|
||||
|
||||
vendor:
|
||||
dep ensure --update
|
||||
dep ensure
|
||||
|
||||
test:
|
||||
go test $(go list ./... | grep -v /vendor/)
|
||||
@@ -22,4 +22,4 @@ release:
|
||||
|
||||
# install locally
|
||||
install: build
|
||||
sudo mv fn /usr/local/bin/
|
||||
sudo mv fn /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user