From c27b2ff35d8de9c04d028e45c81e914abac9d6a2 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 13 Nov 2023 00:07:53 -0500 Subject: [PATCH] fix spacing issue in .drone.yml --- .drone.yml | 4 ++-- .drone.yml.old.centos8 => old/drone-yml.centos8 | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename .drone.yml.old.centos8 => old/drone-yml.centos8 (100%) diff --git a/.drone.yml b/.drone.yml index 8d43082..3729cc0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,8 @@ kind: pipeline type: docker steps: - - name: Prepare CentOS 8 image, clone, and test code - image: quay.io/centos/centos:stream9 + - name: Prepare CentOS 9 Stream image, clone, and test code + image: quay.io/centos/centos:stream9 commands: - hostname - lscpu diff --git a/.drone.yml.old.centos8 b/old/drone-yml.centos8 similarity index 100% rename from .drone.yml.old.centos8 rename to old/drone-yml.centos8