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 94d7221 commit 7a2bad0Copy full SHA for 7a2bad0
master_deploy.sh
@@ -537,6 +537,7 @@ configure_Lambda_template()
537
538
if [ "$AWS_LAMBDA_DEPLOY_TYPE" == "SLS" ]
539
then
540
+ mkdir -p /home/circleci/project/config
541
Buffer_seclist=$(echo $SEC_LIST | sed 's/,/ /g')
542
envvars=$( cat $listname.json | jq -c ' .app_var ')
543
for listname in $Buffer_seclist;
0 commit comments