Updated drone receipe
the build failed

This commit is contained in:
2018-05-18 12:45:30 +02:00
parent 8b76fe0308
commit 5caf2ad030
+2 -2
View File
@@ -15,12 +15,12 @@ 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
publish:
image: plugins/gitea-release
secrets: [ gitea_token ]
base_url: https://dev.a-toy.eu
files:
- builddir/buildroot-2018.02.2/output/images/sdcard.img
- builddir/buildroot-2018.02.2/build.log
- builddir/buildroot-2018.02.2/release.tar.gz
when:
event: tag