From f8d2b8679a3e1f5db355d8fd5ee40891ba2e442b Mon Sep 17 00:00:00 2001 From: fosslinux Date: Thu, 2 Jan 2020 17:06:23 +1100 Subject: [PATCH] Remove run for now It uses up a lot of resources and requires a lot of different things unavaliable in Drone CI. --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0bf5ce0f..9724590d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,3 @@ steps: commands: - .drone/deps - ansible-playbook -i hosts site.yml --syntax - - name: run - image: debian:10 - commands: - - .drone/deps - - .drone/seds - - ansible-playbook -i hosts site.yml