1
0
mirror of synced 2024-11-22 21:16:02 +03:00

Update tests

This commit is contained in:
hwdsl2 2021-12-29 18:55:46 -06:00
parent bbdb9b13f9
commit 270fba3d60
2 changed files with 0 additions and 4 deletions

View File

@ -548,8 +548,6 @@ jobs:
if [ "$OS_VERSION" = "centos:8s" ]; then
echo "FROM quay.io/centos/centos:stream8" > Dockerfile
elif [ "$OS_VERSION" = "rockylinux:8" ]; then
echo "FROM rockylinux/rockylinux:8" > Dockerfile
else
echo "FROM $OS_VERSION" > Dockerfile
fi

View File

@ -577,8 +577,6 @@ jobs:
if [ "$OS_VERSION" = "centos:8s" ]; then
echo "FROM quay.io/centos/centos:stream8" > Dockerfile
elif [ "$OS_VERSION" = "rockylinux:8" ]; then
echo "FROM rockylinux/rockylinux:8" > Dockerfile
else
echo "FROM $OS_VERSION" > Dockerfile
fi