Commit 6741c487 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

updated gitlab-ci rocky 9

parent be6b9d44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
image: centos:8
image: rockylinux:9


before_script:
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

Name:           ww8-release
%if 0%{?rhel}
%if %{rhel} == 9
%if 0%{rhel} == 9
Version:        9.0
Release:        3%{?dist}
%endif
%if %{rhel} == 8
%if 0%{rhel} == 8
Version:        8.4
Release:        3%{?dist}
%endif