mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-05 21:18:30 -04:00
refactor(workflows): update release refs to stable in CI configurations
Port 1.5
(cherry picked from commit 406dcfe110)
This commit is contained in:
+2
-1
@@ -50,7 +50,8 @@ report_conflict() {
|
||||
local sha="$1" short subject branch issue
|
||||
short=$(git rev-parse --short "$sha")
|
||||
subject=$(git log -1 --format=%s "$sha")
|
||||
branch="port/${short}-${TARGET#release/}"
|
||||
local ver="${TARGET#stable-}"
|
||||
branch="port/${short}-${ver}"
|
||||
git push origin "refs/remotes/origin/${TARGET}:refs/heads/${branch}" 2>/dev/null ||
|
||||
log "conflict branch ${branch} already exists"
|
||||
issue=$(tracking_issue)
|
||||
|
||||
Reference in New Issue
Block a user