mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 01:26:38 +00:00
Get GitHub action script directory reference4
This commit is contained in:
parent
a5944e6fa5
commit
79f4d04277
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user