From ee6b177bc1cbc55472c85497e5043163d89ff814 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 10 Feb 2017 02:14:47 +0100 Subject: travis: be verbose when zipping github-lambda function --- .travis/targets/github-lambda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/targets/github-lambda.sh b/.travis/targets/github-lambda.sh index a77c631..b07fcb6 100644 --- a/.travis/targets/github-lambda.sh +++ b/.travis/targets/github-lambda.sh @@ -24,7 +24,7 @@ build() { strip build/root/blogc pushd build/root/ > /dev/null - zip -rq "../blogc-github-lambda-${PV}.zip" * + zip "../blogc-github-lambda-${PV}.zip" * popd > /dev/null } -- cgit v1.2.3-18-g5258