Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

rpminspect: use env vars #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion rpminspect.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ prepare:
echo "No build specified"
exit 1
fi
dnf -y install dnf-plugins-core
dnf -y copr enable dcantrell/rpminspect
dnf -y install rpminspect

execute:
how: shell
script: rpminspect $ARGS $BUILD
script:
- rpminspect $ARGS $BUILD