From e8562bd2886dacba5afc52dc3f83e4d9d30e1be3 Mon Sep 17 00:00:00 2001 From: Anthony Hinsinger Date: Thu, 17 May 2018 17:31:06 +0200 Subject: [PATCH] Updated drone recipe --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2d3e264..3c5d107 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,6 @@ pipeline: commands: - mkdir builddir - chown 1000:1000 builddir - - cat /etc/passwd | grep "root" build: image: buildroot/base:20180318.1724 commands: @@ -15,7 +14,7 @@ pipeline: - tar xzf ../buildroot-2018.02.2.tar.gz - cd buildroot-2018.02.2 - make BR2_EXTERNAL=../../ ttngw_defconfig - - make 2>&1 | tee build.log + - make 2>&1 | tee build.log | grep ">>>" publish: image: plugins/gitea-release secrets: [ gitea_token ]