On Sat, Dec 19, 2020 at 11:23:43AM +0800, Li Ping wrote:
On Sat, Dec 19, 2020 at 11:09:54AM +0800, Wu Fengguang wrote:
Signed-off-by: Wu Fengguang wfg@mail.ustc.edu.cn
container/mail-robot/lib/assign-account-email.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/container/mail-robot/lib/assign-account-email.rb b/container/mail-robot/lib/assign-account-email.rb index 77ed4e8..ee3b574 100755 --- a/container/mail-robot/lib/assign-account-email.rb +++ b/container/mail-robot/lib/assign-account-email.rb @@ -37,7 +37,7 @@ def build_apply_account_email(my_info) git clone https://gitee.com/wu_fengguang/lkp-tests.git cd lkp-tests make install
source ${HOME}/.bashrc && source ${HOME}/.bash_profile
source ${HOME}/.${SHELL##*/}rc
use ${HOME} will become root in email
Use \${HOME} will resolve this problem.
Thanks, Luan Shengde
3) submit job reference: https://gitee.com/wu_fengguang/compass-ci/blob/master/doc/tutorial.md
-- 2.23.0