We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c1eb25 + 3cab8b4 commit d034421Copy full SHA for d034421
tests/build-command/lambda/build.sh
@@ -32,7 +32,7 @@ docker run --rm -t -v "$SOURCE_DIR:/src" -v "$ZIP_DIR:/out" lambci/lambda:build-
32
cd /build &&
33
pip install --progress-bar off -r requirements.txt -t . &&
34
chmod -R 755 . &&
35
- zip -r /out/$ZIP_NAME * &&
+ zip -r /out/$ZIP_NAME . &&
36
chown \$(stat -c '%u:%g' /out) /out/$ZIP_NAME
37
"
38
0 commit comments