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 kind: pipeline
name: hello-world type: exec
type: docker
steps: steps:
- name: Check build host - name: Check build host
commands: commands:
- hostname - hostnamectl
- lscpu
- name: say-hello ---
image: busybox name: Ansible Linting of drone-test-1
commands: kind: pipeline
- echo hello-world type: docker
steps:
- name: Prepare CentOS 8 image, clone, and test code - name: Prepare CentOS 8 image, clone, and test code
image: centos:8 image: centos:8
commands: commands: