mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-16 08:10:23 +00:00
Get GitHub action script directory reference4
This commit is contained in:
@@ -350,6 +350,11 @@ sub install_xcat{
|
||||
print "[MG] error message:\n";
|
||||
print Dumper \@output;
|
||||
}
|
||||
@output = runcmd("env");
|
||||
print "[MG] running env\n";
|
||||
print "[MG] env output:\n";
|
||||
print Dumper \@output;
|
||||
|
||||
foreach my $cmd (@cmds){
|
||||
print "[install_xcat] running $cmd\n";
|
||||
@output = runcmd("$cmd");
|
||||
|
Reference in New Issue
Block a user