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

Hack travis.pl to resolve the GPG signing problem (#5318)

This commit is contained in:
Gᴏɴɢ Jie 2018-06-22 18:00:16 +08:00 committed by yangsong
parent 69d4ef25af
commit 74113c6b17

View File

@ -272,7 +272,7 @@ sub send_back_comment{
sub build_xcat_core{
my @output;
my @cmds = ("gpg --list-keys",
"sed -i '/SignWith: yes/d' $ENV{'PWD'}/build-ubunturepo");
"sed -i '/SignWith: /d' $ENV{'PWD'}/build-ubunturepo");
foreach my $cmd (@cmds){
print "[build_xcat_core] running $cmd\n";
@output = runcmd("$cmd");