Browse Source

Updated drone recipe

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

2
.drone.yml

@ -7,7 +7,7 @@ pipeline:
commands: commands:
- mkdir builddir - mkdir builddir
- chown 1000:1000 builddir - chown 1000:1000 builddir
- dmesg | grep "eth0" - cat /etc/passwd | grep "root"
build: build:
image: buildroot/base:20180318.1724 image: buildroot/base:20180318.1724
commands: commands:

Loading…
Cancel
Save