
On Fri, Oct 30, 2020 at 02:56:51PM +0800, Luan Shengde wrote:
1. disable use golbal variable apply_info [why] Style/GlobalVars: Do not introduce global variables. [how] use local variables instead of global variables
2. enable transfer user info when execute apply account command [why] when applying account, the assign-account service will write the user info to user's default config file ~/.config/compass-ci/default/${USER}.yaml user info: - my_email - my_name
What's this 'my_name' for? If it's used for logging, do you mean username, thus how about change into 'my_username'? Thanks, Xijian
- my_uuid - lab [how] transfer the user info along with the pub_key to assign-account service