Skip to content

Commit 1e6acc7

Browse files
authored
tracking json error
tracking json error
1 parent 7b4155f commit 1e6acc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

master_deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,9 @@ download_envfile()
604604
for listname in $Buffer_seclist;
605605
do
606606
aws s3 cp s3://tc-platform-${ENV_CONFIG}/securitymanager/$listname.json .
607+
track_error $? "$listname.json download"
608+
jq 'keys[]' $listname.json
609+
track_error $? "$listname.json"
607610
#cp $HOME/buildscript/securitymanager/$listname.json.enc .
608611
#SECPASSWD=$(eval "echo \$${listname}")
609612
#openssl enc -aes-256-cbc -d -md MD5 -in $listname.json.enc -out $listname.json -k $SECPASSWD

0 commit comments

Comments
 (0)