Skip to content

Commit

Permalink
copr: only copy srpm source when in copr build
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Oct 3, 2023
1 parent 99ea35f commit fafd322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/source-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ tar --delete \

gzip ${TAR_NAME}

if test -d ${COPR_SRPM} ; then
if test -n "${COPR_SRPM}" ; then
mv ${TAR_NAME}.gz $(rpm --eval '%{_sourcedir}')
fi

0 comments on commit fafd322

Please sign in to comment.