Browse Source

Updated drone recipe

master
Anthony Hinsinger 8 years ago
parent
commit
3542bcaeec
  1. 2
      .drone.yml

2
.drone.yml

@ -14,7 +14,7 @@ pipeline: @@ -14,7 +14,7 @@ pipeline:
- tar xzf ../buildroot-2018.02.2.tar.gz
- cd buildroot-2018.02.2
- make BR2_EXTERNAL=../../ ttngw_defconfig
- make | tee build.log
- make | tee build.log | grep '>>>'
publish:
image: plugins/gitea-release
secrets: [ gitea_token ]

Loading…
Cancel
Save