Skip to content

Commit

Permalink
Remove tap-to-junit (#1196)
Browse files Browse the repository at this point in the history
This is unused since b225a18, and moreover the installation of
`XML::Generator` seems to be broken currently (yay perl)
  • Loading branch information
richvdh authored Feb 25, 2022
1 parent b4f61a8 commit cf714e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 579 deletions.
3 changes: 0 additions & 3 deletions docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ ADD cpanfile ./cpanfile
RUN perl ./install-deps.pl -T
RUN rm cpanfile install-deps.pl

# this is a dependency of the TAP-JUnit converter
RUN cpan XML::Generator

# /logs is where we should expect logs to end up
RUN mkdir /logs

Expand Down
Loading

0 comments on commit cf714e4

Please sign in to comment.