We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269519b commit 061ba36Copy full SHA for 061ba36
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/ > /dev/null 2>&1
51
docker run --rm \
52
-e BIN=test-func \
53
-v ${PWD}:/code \
@@ -58,7 +58,7 @@ function package_bin() {
58
}
59
60
function package_all() {
61
62
63
64
-v ${HOME}/.cargo/registry:/root/.cargo/registry \
0 commit comments