From e8ad29dd1ccb76f26f8c2e32fd2be1b9f0d8f923 Mon Sep 17 00:00:00 2001 From: sose Date: Wed, 23 Sep 2020 00:22:20 -0700 Subject: [PATCH] yaml does not allow tabs.... --- .drone.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index e6f0187..3e539f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,23 +4,23 @@ type: docker name: default clone: - disable: true + disable: true steps: - name: build_img - image: debian:buster - privileged: true - volumes: - - name: builds - path: /tl-builds - commands: - - lb config - - rm -r config - - git clone --recurse-submodules https://tildegit.org/tildelinux/lb-config config - - lb build - - mv live-image-amd64.img /tl-builds/tildelinux.img + image: debian:buster + privileged: true + volumes: + - name: builds + path: /tl-builds + commands: + - lb config + - rm -r config + - git clone --recurse-submodules https://tildegit.org/tildelinux/lb-config config + - lb build + - mv live-image-amd64.img /tl-builds/tildelinux.img volumes: - name: builds - host: - path: /home/sose/tl-builds + host: + path: /home/sose/tl-builds