Updated drone recipe
the build failed

This commit is contained in:
2018-05-17 10:58:48 +02:00
parent 6c94385460
commit 1258b88df4
+2 -2
View File
@@ -11,10 +11,10 @@ pipeline:
image: buildroot/base:20180318.1724 image: buildroot/base:20180318.1724
commands: commands:
- cd builddir - cd builddir
- tar xvzf ../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 > >(tee build.log |grep '>>>') 2>&1 - make 2>&1 | tee build.log | grep ">>>"
publish: publish:
image: plugins/gitea-release image: plugins/gitea-release
secrets: [ gitea_token ] secrets: [ gitea_token ]