mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Docker: Add README and small tweaks
This commit is contained in:
parent
e385615c00
commit
0090174fbb
43 changed files with 116 additions and 62 deletions
|
|
@ -24,6 +24,6 @@ COPY ./tools/docker/scripts/test_python.sh .
|
|||
RUN ./test_python.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 +3) | sed '/^Summary:/ s/$/ (cached)/'
|
||||
CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/'
|
||||
|
||||
#EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue