Skip to content

Commit 7a2bad0

Browse files
authoredDec 4, 2018
Update master_deploy.sh
1 parent 94d7221 commit 7a2bad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎master_deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ configure_Lambda_template()
537537

538538
if [ "$AWS_LAMBDA_DEPLOY_TYPE" == "SLS" ]
539539
then
540+
mkdir -p /home/circleci/project/config
540541
Buffer_seclist=$(echo $SEC_LIST | sed 's/,/ /g')
541542
envvars=$( cat $listname.json | jq -c ' .app_var ')
542543
for listname in $Buffer_seclist;

0 commit comments

Comments
 (0)
Please sign in to comment.