From 9811371d768dde0e4487cbd56f275ff111e54499 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Dec 2023 17:18:33 -0500 Subject: [PATCH] remove comments; did this break drone? --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9f7aaed..22ff6cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,3 @@ -# CENTOS 9 -######################### --- kind: pipeline type: docker @@ -39,8 +37,6 @@ steps: - ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK -# FEDORA 39 -######################### --- kind: pipeline type: docker @@ -80,8 +76,6 @@ steps: - ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK -# DEBIAN 11 -######################### --- kind: pipeline type: docker @@ -121,8 +115,6 @@ steps: - ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK -# DEBIAN 12 -######################### --- kind: pipeline type: docker