Skip to content

Commit 061ba36

Browse files
committed
clear out the whole release dir
1 parent 269519b commit 061ba36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ DIST=$(cd $HERE/..; echo $PWD)
4747
cd ${HERE}/test-func
4848

4949
function package_bin() {
50-
rm target/lambda/release/test-func.zip > /dev/null 2>&1
50+
rm target/lambda/release/ > /dev/null 2>&1
5151
docker run --rm \
5252
-e BIN=test-func \
5353
-v ${PWD}:/code \
@@ -58,7 +58,7 @@ function package_bin() {
5858
}
5959

6060
function package_all() {
61-
rm target/lambda/release/test-func.zip > /dev/null 2>&1
61+
rm target/lambda/release/ > /dev/null 2>&1
6262
docker run --rm \
6363
-v ${PWD}:/code \
6464
-v ${HOME}/.cargo/registry:/root/.cargo/registry \

0 commit comments

Comments
 (0)