mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 09:13:08 +00:00
CI: change the user to common user
This commit is contained in:
parent
c1aa6dfcd5
commit
30ec8ec305
@ -22,7 +22,8 @@ script:
|
||||
- echo $GITHUB_TOKEN
|
||||
- git log --pretty=format:"%s %b" -2
|
||||
|
||||
- perl travis.pl
|
||||
#- perl travis.pl
|
||||
- if [ $TRAVIS_EVENT_TYPE == "pull_request" ]; then perl ./travis.pl; fi
|
||||
|
||||
|
||||
|
||||
|
@ -157,8 +157,8 @@ sub send_back_comment{
|
||||
}
|
||||
|
||||
print "[send_back_comment] method = $post_method to $post_url \n";
|
||||
#`curl -u "$ENV{'USERNAME'}:$ENV{'PASSWORD'}" -X $post_method -d '{"body":"$message"}' $post_url 2>&1 > /dev/null`;
|
||||
`curl -u "denfshuaishuai\@icloud.com:ds18811031107" -X $post_method -d '{"body":"$message"}' $post_url 2>&1 > /dev/null`;
|
||||
`curl -u "$ENV{'USERNAME'}:$ENV{'PASSWORD'}" -X $post_method -d '{"body":"$message"}' $post_url 2>&1 > /dev/null`;
|
||||
# `curl -u "denfshuaishuai\@icloud.com:ds18811031107" -X $post_method -d '{"body":"$message"}' $post_url 2>&1 > /dev/null`;
|
||||
}
|
||||
|
||||
#--------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user