drone-test-1/.drone.yml
Chris Hammer 5a41b8e0e4
Some checks failed
continuous-integration/drone Build is failing
add some tests
2023-01-19 21:40:57 -05:00

22 lines
412 B
YAML

kind: pipeline
name: hello-world
type: docker
steps:
- name: say-hello
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