Files
faas-cli/build.sh
Minh-Quan TRAN 09c255a550 Stop build if gofmt returns files need to be re-formatted
Fix syntax for stack/stack.go and stack/stack_test.go

Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
2017-09-13 17:27:14 -07:00

7 lines
225 B
Bash
Executable File

#!/bin/sh
docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy -t faas-cli . && \
docker create --name faas-cli faas-cli && \
docker cp faas-cli:/root/faas-cli . && \
docker rm -f faas-cli