update tests again
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Chris Hammer 2023-01-20 02:23:39 -05:00
parent ff275c3c54
commit 273deb8371

View File

@ -1,17 +1,19 @@
name: Check build host
kind: pipeline
name: hello-world
type: docker
type: exec
steps:
- name: Check build host
commands:
- hostname
- hostnamectl
- lscpu
- name: say-hello
image: busybox
commands:
- echo hello-world
---
name: Ansible Linting of drone-test-1
kind: pipeline
type: docker
steps:
- name: Prepare CentOS 8 image, clone, and test code
image: centos:8
commands: