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.
1 parent 366af06 commit e7d81abCopy full SHA for e7d81ab
tests/test.sh
@@ -78,7 +78,7 @@ assert_success "it packages all bins" package_all
78
rm test-out.log > /dev/null 2>&1
79
rm -rf /tmp/lambda > /dev/null 2>&1
80
unzip -o \
81
- target/lambda/release/test-func.zip \
+ target/lambda/release/bootstrap.zip \
82
-d /tmp/lambda > /dev/null 2>&1 && \
83
docker run \
84
-i -e DOCKER_LAMBDA_USE_STDIN=1 \
0 commit comments