mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-06 07:58:05 +02:00
ci: Cleanup installation script
This commit is contained in:
parent
5ed52c8cd0
commit
1e5e0972c8
1 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue