add some tests
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Chris Hammer 2023-01-19 21:40:57 -05:00
parent 59bc6a9c26
commit 5a41b8e0e4
2 changed files with 12 additions and 0 deletions

12
.drone.yml Executable file → Normal file
View File

@ -7,3 +7,15 @@ steps:
image: busybox
commands:
- echo hello-world
- name: fix-centos-8-docker
image: centos:8
commands:
- hostname
- hostnamectl
- lscpu
- dnf --disablerepo '*' --enablerepo=extras swap centos-linux-repos centos-stream-repos -y
- dnf distro-sync -y
- dnf update -y
- hostname

0
README Executable file → Normal file
View File