ci: s/centos8/fedora34/g
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
surtur 2021-03-29 13:47:10 +02:00
parent a059aae220
commit e7e8bb1b86
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -12,9 +12,9 @@ trigger:
event: [push]
steps:
- name: pull-centos8
- name: pull-fedora:34
pull: always
image: centos:centos8.1.1911
image: fedora:34
depends_on: [clone]
commands:
- uname -r
@ -45,7 +45,7 @@ trigger:
steps:
- name: build
pull: always
image: centos:centos8.1.1911
image: fedora:34
commands:
- dnf install -y perl wget
- perl src/fastnetmon_build.pl --install_dependency_packages_only
@ -73,21 +73,21 @@ trigger:
steps:
- name: install_required_packaged
pull: always
image: centos:centos8.1.1911
image: fedora:34
commands:
- dnf install -y perl wget
- perl src/fastnetmon_build.pl --install_dependency_packages_only
- name: install_gcc
pull: always
image: centos:centos8.1.1911
image: fedora:34
commands:
- dnf install -y perl wget
- perl src/fastnetmon_build.pl --build_gcc_only
- name: install_dependencies
pull: always
image: centos:centos8.1.1911
image: fedora:34
commands:
- dnf install -y perl wget
- perl src/fastnetmon_build.pl --build_dependencies_only