Browse Source

Updated drone recipe

master
Anthony Hinsinger 8 years ago
parent
commit
e8562bd288
  1. 3
      .drone.yml

3
.drone.yml

@ -7,7 +7,6 @@ pipeline: @@ -7,7 +7,6 @@ pipeline:
commands:
- mkdir builddir
- chown 1000:1000 builddir
- cat /etc/passwd | grep "root"
build:
image: buildroot/base:20180318.1724
commands:
@ -15,7 +14,7 @@ pipeline: @@ -15,7 +14,7 @@ pipeline:
- tar xzf ../buildroot-2018.02.2.tar.gz
- cd buildroot-2018.02.2
- make BR2_EXTERNAL=../../ ttngw_defconfig
- make 2>&1 | tee build.log
- make 2>&1 | tee build.log | grep ">>>"
publish:
image: plugins/gitea-release
secrets: [ gitea_token ]

Loading…
Cancel
Save