Skip to content

Commit 708addc

Browse files
authored
Reduce noise in release GH action (#392)
* Add release LambdaLayer * Decrease level of noise
1 parent f7e835f commit 708addc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/publish_lambda_layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export CID_VERSION=$(python3 -c "from cid import _version;print(_version.__versi
22

33
mkdir -p ./python
44
pip3 install . -t ./python
5-
zip -r cid-$CID_VERSION.zip ./python
5+
zip -qr cid-$CID_VERSION.zip ./python
66
ls cid-$CID_VERSION.zip
77
rm -rf ./python
88

0 commit comments

Comments
 (0)