Skip to content

Commit 4888c4b

Browse files
committed
ci: fix quoting
1 parent d8d42f0 commit 4888c4b

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
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm -v $PWD:/home/geolambda --entrypoint package.sh -it developmentseed/geolambda:${VERSION}
4747
for region in us-east-1 us-west-2 eu-central-1
4848
do
49-
LVERSION='$(aws lambda publish-layer-version --region ${region} \
49+
LVERSION="$(aws lambda publish-layer-version --region ${region} \
5050
--layer-name geolambda-dev --license-info 'MIT' \
5151
--description 'Native geospatial libaries for all runtimes' \
5252
--zip-file fileb://lambda-deploy.zip | jq '.Version')"

0 commit comments

Comments
 (0)