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 7c4c349 commit 1a708d9Copy full SHA for 1a708d9
.circleci/config.yml
@@ -38,12 +38,9 @@ jobs:
38
docker push developmentseed/geolambda:${VERSION}
39
# deploy public Lambda layers
40
pip install awscli
41
- echo ${PWD}
42
docker run --rm -v $PWD:/home/geolambda --entrypoint package.sh -it developmentseed/geolambda:${VERSION}
43
44
- for region in [us-east-1, us-west-2, eu-central-1]
+ for region in us-east-1 us-west-2 eu-central-1
45
do
46
- echo ${region}
47
aws lambda publish-layer-version --region ${region} \
48
--layer-name geolambda-dev --license-info "MIT" \
49
--description "Native geospatial libaries for all runtimes" \
0 commit comments