staging: prepare new branch for alpha release channels and high velocity development

This commit is contained in:
mahee96
2026-02-24 13:04:44 +05:30
parent 3961688b73
commit 1449f8c74f
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ name: Alpha SideStore Build
on: on:
push: push:
branches: [alpha] branches: [staging]
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
@@ -40,7 +40,7 @@ jobs:
run: | run: |
BUILD_NUM=$(python3 scripts/ci/workflow.py reserve_build_number 'Dependencies/beta-build-num') BUILD_NUM=$(python3 scripts/ci/workflow.py reserve_build_number 'Dependencies/beta-build-num')
MARKETING_VERSION=$(python3 scripts/ci/workflow.py get-marketing-version) MARKETING_VERSION=$(python3 scripts/ci/workflow.py get-marketing-version)
SHORT_COMMIT=$(python3 scripts/ci/workflow.py commid-id) SHORT_COMMIT=$(python3 scripts/ci/workflow.py commit-id)
QUALIFIED_VERSION=$(python3 scripts/ci/workflow.py compute-qualified \ QUALIFIED_VERSION=$(python3 scripts/ci/workflow.py compute-qualified \
"$MARKETING_VERSION" \ "$MARKETING_VERSION" \

View File

@@ -42,7 +42,7 @@ jobs:
run: | run: |
BUILD_NUM=$(python3 scripts/ci/workflow.py reserve_build_number 'Dependencies/beta-build-num') BUILD_NUM=$(python3 scripts/ci/workflow.py reserve_build_number 'Dependencies/beta-build-num')
MARKETING_VERSION=$(python3 scripts/ci/workflow.py get-marketing-version) MARKETING_VERSION=$(python3 scripts/ci/workflow.py get-marketing-version)
SHORT_COMMIT=$(python3 scripts/ci/workflow.py commid-id) SHORT_COMMIT=$(python3 scripts/ci/workflow.py commit-id)
QUALIFIED_VERSION=$(python3 scripts/ci/workflow.py compute-qualified \ QUALIFIED_VERSION=$(python3 scripts/ci/workflow.py compute-qualified \
"$MARKETING_VERSION" \ "$MARKETING_VERSION" \

View File

@@ -450,7 +450,7 @@ COMMANDS = {
# ---------------------------------------------------------- # ----------------------------------------------------------
# SHARED # SHARED
# ---------------------------------------------------------- # ----------------------------------------------------------
"commid-id" : (short_commit, 0, ""), "commit-id" : (short_commit, 0, ""),
# ---------------------------------------------------------- # ----------------------------------------------------------
# PROJECT INFO # PROJECT INFO