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 {
|
||||
$cont{$a}{state} cmp $cont{$b}{state} ||
|
||||
$cont{$a}{name} cmp $cont{$b}{name}
|
||||
} keys %cont) {
|
||||
} grep { !$cont{$_}{used} } keys %cont) {
|
||||
my $c = $cont{$k};
|
||||
print "Fradrive container outside develop file: ($c->{state}) $c->{name} $c->{id}\n"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user