diff --git a/.drone.yml b/.drone.yml index fbb35f6..57ed092 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 | grep -F ">>>" publish: image: plugins/gitea-release secrets: [ gitea_token ]