From 43c793c07fb4a683daea65b78a2fece9d347a92f Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 13 Nov 2023 09:08:46 -0500 Subject: [PATCH] remove centos8 test; rename centos9 test again --- .drone.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index b331443..0ba44c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,21 +4,7 @@ kind: pipeline type: docker steps: - - name: CentOS 8 Testing - image: quay.io/centos/centos:stream8 - commands: - - dnf update -y - - dnf install -y python3-pip git hostname - - hostname - - lscpu - - pip3 install ansible-core==2.14.11 ansible-lint==6.13.1 - - mkdir /opt/test - - git clone https://gitea.thezengarden.net/chris/drone-test-1.git /opt/test/drone-test-1 - - ansible-lint /opt/test/drone-test-1 - - ansible-playbook -v -i 127.0.0.1, /opt/test/drone-test-1/hello.yml - - - - name: CentOS 9 Testing + - name: "Ansible Testing: CentOS 9" image: quay.io/centos/centos:stream9 commands: - dnf update -y