Docker: Touch up caching

This commit is contained in:
Ole Schütt 2022-05-24 00:41:10 +02:00 committed by Ole Schütt
parent 403de91c25
commit cf49497ce8
42 changed files with 67 additions and 31 deletions

View file

@ -19,5 +19,6 @@ RUN ./tools/docker/scripts/test_precommit.sh 2>&1 | tee report.log
# Output the report if the image is old and was therefore pulled from the build cache.
CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/'
ENTRYPOINT []
#EOF