Browse Source

Updated drone recipe

master
Anthony Hinsinger 8 years ago
parent
commit
0a8ef33642
  1. 1
      .drone.yml

1
.drone.yml

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

Loading…
Cancel
Save