This commit is contained in:
parent
59bc6a9c26
commit
5a41b8e0e4
12
.drone.yml
Executable file → Normal file
12
.drone.yml
Executable file → Normal 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user