Skip to content

Commit

Permalink
Merge pull request #5654 from AenBleidd/vko_fix_rpmrepo_script
Browse files Browse the repository at this point in the history
[ci] remove unneeded file from the rpmrepo script
  • Loading branch information
AenBleidd authored Jun 12, 2024
2 parents 6153039 + 8bfcde3 commit f0897e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpmrepo/repo_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ max_parallel_downloads = 2

# necessary for reposync to work correctly
mkdir -p /etc/yum/repos.d/
cp "$CWD/mirror/boinc-alpha-$DISTRO.repo" /etc/yum/repos.d/
mv "$CWD/mirror/boinc-alpha-$DISTRO.repo" /etc/yum/repos.d/
dnf update -y -qq

# mirror the currently deployed alpha repo (if any)
Expand Down

0 comments on commit f0897e9

Please sign in to comment.