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 a822afc commit b92bf01Copy full SHA for b92bf01
master_deply_v4.2.sh
@@ -535,7 +535,7 @@ configure_Lambda_template()
535
IFS=$(echo -en "\n\b")
536
envvars=$( cat $listname.json | jq -c ' .app_var ')
537
echo "$envvars" > /home/circleci/project/config/dev.json
538
- sed -i 's/\n/\\n/g' /home/circleci/project/config/dev.json
+ # sed -i 's/\n/\\n/g' /home/circleci/project/config/dev.json
539
#yq r $listname.json >$listname.yml
540
#a=serverless.yml
541
#b="$listname.json"
0 commit comments