From 5a41b8e0e4824cec971f27a73d6bb68d34fa2ecb Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 19 Jan 2023 21:40:57 -0500 Subject: [PATCH] add some tests --- .drone.yml | 12 ++++++++++++ README | 0 2 files changed, 12 insertions(+) mode change 100755 => 100644 .drone.yml mode change 100755 => 100644 README diff --git a/.drone.yml b/.drone.yml old mode 100755 new mode 100644 index 3e080d7..728808d --- a/.drone.yml +++ b/.drone.yml @@ -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 + diff --git a/README b/README old mode 100755 new mode 100644