Skip to content

Commit

Permalink
fix release script (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Oct 4, 2023
1 parent 54c1ae5 commit cd9e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/publish_lambda_layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rm -rf build

echo 'Building a layer'
mkdir -p ./python
pip3 install . -t ./python
python3 -m pip install . -t ./python
zip -qr cid-$CID_VERSION.zip ./python
ls -l cid-$CID_VERSION.zip
rm -rf ./python
Expand Down

0 comments on commit cd9e81f

Please sign in to comment.