Skip to content

Commit

Permalink
reuse open branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2023
1 parent f1422b6 commit 368ae72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ abuild -r
apkbuild-lint APKBUILD

git add APKBUILD
git checkout -B rtx
git checkout -b rtx
git commit -m "community/rtx: upgrade to ${RTX_VERSION#v}"

git remote add jdxcode "https://jdxcode:$GITLAB_TOKEN@gitlab.alpinelinux.org/jdxcode/aports.git"

if [ "$DRY_RUN" == 0 ]; then
git push -f jdxcode
git push jdxcode
fi

open_mr="$(gitlab mr list -R alpine/aports --author=@me)"
Expand Down

0 comments on commit 368ae72

Please sign in to comment.