Skip to content

Commit 7b4155f

Browse files
authored
Update buildenv.sh
json tracking
1 parent fa32ee5 commit 7b4155f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildenv.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ download_buildenvfile()
3333
do
3434
aws s3 cp s3://tc-platform-${ENV_CONFIG}/securitymanager/$listname.json .
3535
track_error $? "Environment setting"
36+
jq 'keys[]' $listname.json
37+
track_error $? "$listname.json"
3638
done
3739
}
3840
uploading_buildenvvar()

0 commit comments

Comments
 (0)