ci: Cleanup installation script

This commit is contained in:
Marco Trevisan (Treviño) 2024-02-15 00:20:46 +01:00
parent 5ed52c8cd0
commit 1e5e0972c8

View file

@ -31,7 +31,11 @@ workflow:
before_script:
- mkdir -m 700 $TMPDIR -p
- dnf update -y
- if [ -x /bin/dnf ]; then dnf install -y $DEPENDENCIES $JOB_DEPS; else dnf5 install -y $DEPENDENCIES $JOB_DEPS; fi
- if [ -x /bin/dnf ]; then
dnf install -y $DEPENDENCIES $JOB_DEPS;
else
dnf5 install -y $DEPENDENCIES $JOB_DEPS;
fi
pre_commit:
variables: