2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

build test

This commit is contained in:
hu-weihua 2017-07-05 04:07:28 -04:00
parent 8de802ba10
commit 496d7b407d
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ script:
- echo $GITHUB_TOKEN
- git log --pretty=format:"%s %b" -2
- perl travis.pl
#- if [ $TRAVIS_EVENT_TYPE == "pull_request" ]; then perl ./travis.pl; fi
#- perl travis.pl
- if [ $TRAVIS_EVENT_TYPE == "pull_request" ]; then perl ./travis.pl; fi

View File

@ -180,7 +180,7 @@ sub build_xcat_core{
}
}
$cmd = "sudo ./build-ubunturepo -c UP=0 BUILDALL=1";
my $cmd = "sudo ./build-ubunturepo -c UP=0 BUILDALL=1";
@output = runcmd("$cmd");
print ">>>>>Dumper the output of '$cmd'\n";
print Dumper \@output;