Changed drone recipe
the build was successful

This commit is contained in:
2018-05-15 22:51:18 +02:00
parent 174636fb3c
commit 7872130dba
+2 -1
View File
@@ -3,10 +3,11 @@ pipeline:
image: plugins/download image: plugins/download
source: https://buildroot.org/downloads/buildroot-2018.02.2.tar.gz source: https://buildroot.org/downloads/buildroot-2018.02.2.tar.gz
build: build:
image: buildroot/base:20180318.1724 image: sublimino/debian-build-essential
commands: commands:
- ls -al - ls -al
- pwd - pwd
- whoami - whoami
- cat /etc/issue - cat /etc/issue
- touch bla - touch bla
- tar xvzf buildroot-2018.02.2.tar.gz