Support passing --filter or whatever

This commit is contained in:
Roberto Alsina 2023-06-01 19:31:38 -03:00
parent 1cc3ef2e82
commit 94ea99983c

View File

@ -6,10 +6,5 @@ docker run --rm --privileged \
multiarch/qemu-user-static \
--reset -p yes
# Build and deploy
if [ ! -d template ]
then
faas-cli template store pull python3-flask
fi
faas-cli publish -f functions.yml --platforms linux/arm64 --build-arg 'TEST_ENABLED=false'
faas-cli deploy -f functions.yml
faas-cli publish -f functions.yml --platforms linux/arm64 --build-arg 'TEST_ENABLED=false' $*
faas-cli deploy -f functions.yml $*