2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Remove the plain text of user name and password of xcatbot

This commit is contained in:
hu-weihua 2017-07-06 02:58:26 -04:00
parent ab8af05c64
commit aac78a0854

View File

@ -450,8 +450,6 @@ my @travis_env_attr = ("TRAVIS_REPO_SLUG",
"GITHUB_TOKEN",
"USERNAME",
"PASSWORD",
"xcatbotuser",
"xcatbotpw",
"PWD");
foreach (@travis_env_attr){
print "$_ = $ENV{$_}\n";