From af60eb99379c36d96b4f96bffa6edc04b1c04469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20M=C3=A4gi?= Date: Tue, 8 Feb 2022 23:49:04 +0200 Subject: [PATCH] Remove build temporarily --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 050c2cb..627a565 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,18 +3,11 @@ type: kubernetes name: default steps: -- name: build - image: ubuntu - commands: - - sh "00-deps.sh" - - sh "10-build.sh" - - name: deliver image: drillster/drone-email settings: from.address: drone@k-space.ee subject: Openwrt image - attachment: bin/*.bin host: mail.k-space.ee port: 465 username: jenkins