From babaa099a4d91e567e3f4637d6aee9d19a89a7af Mon Sep 17 00:00:00 2001 From: Anthony Hinsinger Date: Thu, 17 May 2018 17:16:24 +0200 Subject: [PATCH] Updated drone recipe --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d05bdb9..2d3e264 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ pipeline: commands: - mkdir builddir - chown 1000:1000 builddir - - dmesg | grep "eth0" + - cat /etc/passwd | grep "root" build: image: buildroot/base:20180318.1724 commands: