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