mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 12:16:47 +00:00
Code-review/refactoring for #843. Closes #843. FaaSHandlers has had info and query handlers added to its list of types for consistency. Secrets added to queue-worker component ready for next PR. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
7 lines
68 B
Makefile
7 lines
68 B
Makefile
.PHONY: all build
|
|
TAG?=latest
|
|
|
|
all: build
|
|
build:
|
|
./build.sh ${TAG}
|