Skip to content

Commit

Permalink
Add missing user during Git clone in MPR publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Jun 6, 2022
1 parent a849ade commit c071f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone/scripts/publish-mpr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SSH_HOST="${mpr_url}" \
cd makedeb/
source PKGBUILD

git clone "ssh://${mpr_url}/${pkgname}"
git clone "ssh://mpr@${mpr_url}/${pkgname}"
cp PKGBUILD "${pkgname}/"
cd "${pkgname}/"

Expand Down

0 comments on commit c071f05

Please sign in to comment.