Skip to content

Commit d034421

Browse files
Merge pull request claranet#50 from jaustinpage/master
Update build.sh to include hidden directories
2 parents 6c1eb25 + 3cab8b4 commit d034421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build-command/lambda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run --rm -t -v "$SOURCE_DIR:/src" -v "$ZIP_DIR:/out" lambci/lambda:build-
3232
cd /build &&
3333
pip install --progress-bar off -r requirements.txt -t . &&
3434
chmod -R 755 . &&
35-
zip -r /out/$ZIP_NAME * &&
35+
zip -r /out/$ZIP_NAME . &&
3636
chown \$(stat -c '%u:%g' /out) /out/$ZIP_NAME
3737
"
3838

0 commit comments

Comments
 (0)