Skip to content

Commit

Permalink
test(ci): test parallel pull of keycloak container
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Oct 12, 2023
1 parent 29dc077 commit f7fc28e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/scripts/plugins-source.container.pl
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@
my @dirs = $fatpacker->collect_dirs();
my %files;
$fatpacker->collect_files($_, \%files) for @dirs;
use Data::Dumper;
print Dumper(\%files);
while (my ($k,$v)=each %files){print "$k\n"}
#use Data::Dumper;
#print Dumper(\%files);
#my $content = $fatpacker->fatpack_file("centreon_plugins.pl");
#open($fh, '>', "$plugin_build_dir/$config->{plugin_name}");
#print $fh $content;
Expand Down

0 comments on commit f7fc28e

Please sign in to comment.