summaryrefslogtreecommitdiffstats
path: root/lava-slave/entrypoint.d
AgeCommit message (Collapse)AuthorFilesLines
2020-03-18lava-slave: handle the case where there are no entrypoints to copyCorentin LABBE1-0/+0
If there are no entrypoint to copy, the COPY docker action will fail. For fixing this issue, simply copy all files instead of just "*sh". Since the entrypoint.d directory is not empty (got an empty file) it will always works. The LAVA script run only *sh files so we are still safe.
2020-02-26lava-slave: copy entrypointsCorentin LABBE1-0/+0
This patch permit to adds custom entrypoints.