2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

Merge pull request #3412 from hu-weihua/removeusernamepw

Remove the plain text of user name and password of xcatbot
This commit is contained in:
Xiaopeng Wang 2017-07-06 17:06:58 +08:00 committed by GitHub
commit 0e2c8c1d0d

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";