From 6a63010cb3a054722a7ecbfca4722e5fb6ba5495 Mon Sep 17 00:00:00 2001 From: Anthony Hinsinger Date: Thu, 17 May 2018 16:47:52 +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 911eb6b..b20cd95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,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 | grep -F \>\>\> + - make 2>&1 | tee build.log publish: image: plugins/gitea-release secrets: [ gitea_token ]