Updated drone recipe
the build failed

This commit is contained in:
2018-05-17 12:18:07 +02:00
parent 161f50b3dc
commit d5721b4a79
+1 -1
View File
@@ -14,7 +14,7 @@ pipeline:
- tar xzf ../buildroot-2018.02.2.tar.gz - tar xzf ../buildroot-2018.02.2.tar.gz
- cd buildroot-2018.02.2 - cd buildroot-2018.02.2
- make BR2_EXTERNAL=../../ ttngw_defconfig - make BR2_EXTERNAL=../../ ttngw_defconfig
- make 2>&1 | tee build.log | grep -F '>>>' - make 2>&1 | tee build.log | grep -F ">>>"
publish: publish:
image: plugins/gitea-release image: plugins/gitea-release
secrets: [ gitea_token ] secrets: [ gitea_token ]