Thanks -- I just fixed it :)
On Sat, Dec 19, 2020 at 11:20:14AM +0800, Li Ping wrote:
[why]: source /root/.bashrc && /root/.bash_profile follow this step can not success.
Signed-off-by: Li Ping 1477412247@qq.com
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..dccbd40 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 ~/.${SHELL##*/}rc
- submit job reference: https://gitee.com/wu_fengguang/compass-ci/blob/master/doc/tutorial.md
-- 2.23.0