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 60a4d16 commit 050ecb1Copy full SHA for 050ecb1
tests/test.sh
@@ -47,7 +47,7 @@ DIST=$(cd $HERE/..; echo $PWD)
47
cd ${HERE}/test-func
48
49
function package_bin() {
50
- rm target/lambda/release/test-func.zip > /dev/null 2>&1 && \
+ rm target/lambda/release/test-func.zip > /dev/null 2>&1 && \
51
docker run --rm \
52
-e BIN=test-func \
53
-v ${PWD}:/code \
0 commit comments