From 6c943854602dbdd1e489242e2084ffd62843bcd8 Mon Sep 17 00:00:00 2001 From: Anthony Hinsinger Date: Thu, 17 May 2018 10:47:39 +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 6fdeb60..dbe21aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ pipeline: - tar xvzf ../buildroot-2018.02.2.tar.gz - cd buildroot-2018.02.2 - make BR2_EXTERNAL=../../ ttngw_defconfig - - make + - make > >(tee build.log |grep '>>>') 2>&1 publish: image: plugins/gitea-release secrets: [ gitea_token ]