fix spacing issue in .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2023-11-13 00:07:53 -05:00
parent 298c418657
commit c27b2ff35d
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ kind: pipeline
type: docker type: docker
steps: steps:
- name: Prepare CentOS 8 image, clone, and test code - name: Prepare CentOS 9 Stream image, clone, and test code
image: quay.io/centos/centos:stream9 image: quay.io/centos/centos:stream9
commands: commands:
- hostname - hostname
- lscpu - lscpu