From 69035e90af142e843ac36e599927ecd324d23c8e Mon Sep 17 00:00:00 2001 From: Anthony Hinsinger Date: Wed, 16 May 2018 00:35:01 +0200 Subject: [PATCH] Upgraded drone file --- .drone.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2d303f3..8137eda 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,13 @@ pipeline: build: image: sublimino/debian-build-essential commands: - - tar xvzf buildroot-2018.02.2.tar.gz - - cd buildroot-2018.02.2 - - make BR2_EXTERNAL=../ ttngw_defconfig - - make + - ls + #- tar xvzf buildroot-2018.02.2.tar.gz + #- cd buildroot-2018.02.2 + #- make BR2_EXTERNAL=../ ttngw_defconfig + #- make + publish: + image: plugins/gitea-release + secrets: [ gitea_token ] + base_url: https://dev.a-toy.eu + files: README.md