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.
1 parent d8d42f0 commit 4888c4bCopy full SHA for 4888c4b
.circleci/config.yml
@@ -46,7 +46,7 @@ jobs:
46
docker run --rm -v $PWD:/home/geolambda --entrypoint package.sh -it developmentseed/geolambda:${VERSION}
47
for region in us-east-1 us-west-2 eu-central-1
48
do
49
- LVERSION='$(aws lambda publish-layer-version --region ${region} \
+ LVERSION="$(aws lambda publish-layer-version --region ${region} \
50
--layer-name geolambda-dev --license-info 'MIT' \
51
--description 'Native geospatial libaries for all runtimes' \
52
--zip-file fileb://lambda-deploy.zip | jq '.Version')"
0 commit comments