From 1258b88df499e9bd9ae254b0ecba4d8bbbc08cee Mon Sep 17 00:00:00 2001 From: Anthony Hinsinger Date: Thu, 17 May 2018 10:58:48 +0200 Subject: [PATCH] Updated drone recipe --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index dbe21aa..3c5d107 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,10 +11,10 @@ pipeline: image: buildroot/base:20180318.1724 commands: - cd builddir - - tar xvzf ../buildroot-2018.02.2.tar.gz + - tar xzf ../buildroot-2018.02.2.tar.gz - cd buildroot-2018.02.2 - make BR2_EXTERNAL=../../ ttngw_defconfig - - make > >(tee build.log |grep '>>>') 2>&1 + - make 2>&1 | tee build.log | grep ">>>" publish: image: plugins/gitea-release secrets: [ gitea_token ]