From 5ec706b035b1213bb82ceabf5e7d160d8003b174 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 13 Sep 2018 14:02:09 +0200 Subject: Permit to add tags to devices This patch permits to add tags to device Signed-off-by: Corentin Labbe --- lava-slave/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'lava-slave/Dockerfile') diff --git a/lava-slave/Dockerfile b/lava-slave/Dockerfile index cbaafdc..d9ae68a 100644 --- a/lava-slave/Dockerfile +++ b/lava-slave/Dockerfile @@ -43,6 +43,7 @@ COPY scripts/retire.sh /usr/local/bin/ RUN chmod 755 /usr/local/bin/retire.sh COPY devices/ /root/devices/ +COPY tags/ /root/tags/ COPY scripts/extra_actions /root/ RUN if [ -x /root/extra_actions ] ; then /root/extra_actions ; fi -- cgit 1.2.3-korg