From 37f6dc257421dad0985a83429732cb5134030751 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:02:36 -0600 Subject: [PATCH] CI: skip autocreating alpine MRs I plan to enable this again if I can get it to reuse open draft MRs --- scripts/release-alpine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-alpine.sh b/scripts/release-alpine.sh index b33a1f09b..b814069bf 100755 --- a/scripts/release-alpine.sh +++ b/scripts/release-alpine.sh @@ -32,5 +32,5 @@ git commit -m "community/rtx: upgrade to ${RTX_VERSION#v}" git remote add jdxcode "https://jdxcode:$GITLAB_TOKEN@gitlab.alpinelinux.org/jdxcode/aports.git" git push -f jdxcode -glab mr create --draft --fill --yes -H jdxcode/aports -R alpine/aports +#glab mr create --draft --fill --yes -H jdxcode/aports -R alpine/aports #git show