Updated drone receipe
the build failed

This commit is contained in:
2018-05-18 13:59:03 +02:00
parent 5caf2ad030
commit 13aa1a9ac9
+1 -1
View File
@@ -15,7 +15,7 @@ pipeline:
- cd buildroot-2018.02.2
- make BR2_EXTERNAL=../../ ttngw_defconfig
- make 2>&1 | tee build.log | grep --line-buffered ">>>"
- tar czf release.tar.gz builddir/buildroot-2018.02.2/output/images/sdcard.img builddir/buildroot-2018.02.2/build.log
- tar czf release.tar.gz output/images/sdcard.img build.log
publish:
image: plugins/gitea-release
secrets: [ gitea_token ]