Skip to content

Commit 1a708d9

Browse files
committed
ci: fix loop of lambda deploys
1 parent 7c4c349 commit 1a708d9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,9 @@ jobs:
3838
docker push developmentseed/geolambda:${VERSION}
3939
# deploy public Lambda layers
4040
pip install awscli
41-
echo ${PWD}
4241
docker run --rm -v $PWD:/home/geolambda --entrypoint package.sh -it developmentseed/geolambda:${VERSION}
43-
echo ${PWD}
44-
for region in [us-east-1, us-west-2, eu-central-1]
42+
for region in us-east-1 us-west-2 eu-central-1
4543
do
46-
echo ${region}
4744
aws lambda publish-layer-version --region ${region} \
4845
--layer-name geolambda-dev --license-info "MIT" \
4946
--description "Native geospatial libaries for all runtimes" \

0 commit comments

Comments
 (0)