Skip to content

Commit aa9e782

Browse files
committed
ci: fix syntax error in publish
1 parent ab7821a commit aa9e782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
docker run --rm -v $PWD:/home/geolambda --entrypoint package.sh -it developmentseed/geolambda:${VERSION}
4242
for region in [us-east-1, us-west-2, eu-central-1]
4343
do
44-
aws lambda publish-layer-version --region ${region}
44+
aws lambda publish-layer-version --region ${region} \
4545
--layer-name geolambda-test --license-info "MIT" \
4646
--description "Native geospatial libaries for all runtimes" \
4747
--zip-file fileb://lambda-deploy.zip

0 commit comments

Comments
 (0)