Skip to content

Commit

Permalink
No need for removing files from temporary test image
Browse files Browse the repository at this point in the history
  • Loading branch information
bgandon committed Dec 4, 2024
1 parent 4c444e2 commit 7494f38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ RUN chmod +x /opt/resource/out /opt/resource/in /opt/resource/check


FROM resource AS tests

ADD test/ /opt/resource-tests/
RUN /opt/resource-tests/all.sh \
&& rm -rf /tmp/*
RUN /opt/resource-tests/all.sh



Expand Down

0 comments on commit 7494f38

Please sign in to comment.