From 2faf588406100757e53ed8c97816dbb1f3533d78 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sun, 31 Jan 2021 00:31:41 +0100 Subject: [PATCH] fuck this --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index e0ee950..05cec72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,14 +35,6 @@ steps: depends_on: - prepare_workspace - - name: test-debian9 - image: lerentis/ansible:debian-9 - commands: - - ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check - - ansible-playbook -i tests/inventory tests/test-playbook.yml - depends_on: - - prepare_workspace - - name: test-ubuntu16 image: lerentis/ansible:ubuntu-16.04 commands: @@ -97,7 +89,6 @@ steps: depends_on: - prepare_workspace - test-debian7 - - test-debian9 - test-ubuntu16 - test-ubuntu18 - test-ubuntu20