Merge branch '145-build-system-rewrite' of gitea.uniworx.systems:fraport/fradrive into 145-build-system-rewrite
This commit is contained in:
commit
464e1c0fc4
@ -64,7 +64,7 @@ for my $devStamp(@devs) {
|
|||||||
for my $k(sort {
|
for my $k(sort {
|
||||||
$cont{$a}{state} cmp $cont{$b}{state} ||
|
$cont{$a}{state} cmp $cont{$b}{state} ||
|
||||||
$cont{$a}{name} cmp $cont{$b}{name}
|
$cont{$a}{name} cmp $cont{$b}{name}
|
||||||
} keys %cont) {
|
} grep { !$cont{$_}{used} } keys %cont) {
|
||||||
my $c = $cont{$k};
|
my $c = $cont{$k};
|
||||||
print "Fradrive container outside develop file: ($c->{state}) $c->{name} $c->{id}\n"
|
print "Fradrive container outside develop file: ($c->{state}) $c->{name} $c->{id}\n"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user