We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51af27b + 58eaef2 commit 0990ee4Copy full SHA for 0990ee4
tests/test.sh
@@ -61,8 +61,8 @@ for project in test-func test-multi-func test-func-with-hooks; do
61
assert "it packages all bins" package_all "${bin_name}"
62
63
# verify packaged artifact by invoking it using the lambdaci "provided" docker image
64
- rm output.log > /dev/null 2>&1
65
- rm test-out.log > /dev/null 2>&1
+ rm -f output.log > /dev/null 2>&1
+ rm -f test-out.log > /dev/null 2>&1
66
rm -rf /tmp/lambda > /dev/null 2>&1
67
unzip -o \
68
target/lambda/release/"${bin_name}".zip \
0 commit comments