We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909666b commit 3c7140fCopy full SHA for 3c7140f
scripts/update_dependencies.sh
@@ -25,7 +25,6 @@ wget -c https://github.com/awslabs/aws-lambda-cpp/archive/v$AWS_LAMBDA_CPP_RELEA
25
patch -p1 < ../patches/aws-lambda-cpp-add-content-type.patch
26
)
27
28
-
29
# Pack again and remove the folder
30
tar -czvf aws-lambda-cpp-$AWS_LAMBDA_CPP_RELEASE.tar.gz aws-lambda-cpp-$AWS_LAMBDA_CPP_RELEASE --no-same-owner && \
31
rm -rf aws-lambda-cpp-$AWS_LAMBDA_CPP_RELEASE
0 commit comments