Skip to content

Commit

Permalink
Merge pull request #58 from racker/fix-deploy-script
Browse files Browse the repository at this point in the history
Change the zip parameters to allow dot files
  • Loading branch information
gifflen authored Nov 15, 2017
2 parents 784d741 + fb6abaa commit 3fc2a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fleece/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__summary__ = 'Wrap the lamb...da'
__author__ = 'Rackers'
__email__ = '[email protected]'
__version__ = '0.15.0'
__version__ = '0.15.1'
__license__ = 'Apache License, Version 2.0'
__keywords__ = ['fleece', 'lambda']
__copyright__ = 'Copyright Rackspace US, Inc. 2016'
Expand Down
2 changes: 1 addition & 1 deletion fleece/cli/build/docker_build_lambda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ ! -f /build_cache/${DEPENDENCIES_SHA}.zip ]] || [[ "$REBUILD_DEPENDENCIES"
mkdir /tmp/build
/usr/bin/pip-${python_version:6:1}.${python_version:7:1} install -r /requirements.txt -t /tmp/build
cd /tmp/build
zip -r /build_cache/${DEPENDENCIES_SHA}.zip ./*
zip -r /build_cache/${DEPENDENCIES_SHA}.zip .
else
echo "using cached dependencies; no rebuild"
fi
Expand Down

0 comments on commit 3fc2a0d

Please sign in to comment.