File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Nightly SideStore Build
22
33on :
44 push :
5- branches : [develop]
5+ branches : [develop, LiveContainerSupport2 ]
66 schedule :
77 - cron : " 0 0 * * *"
88 workflow_dispatch :
@@ -30,17 +30,17 @@ jobs:
3030 # --------------------------------------------------
3131 # runtime env setup
3232 # --------------------------------------------------
33- - uses : actions/checkout@v4
34- with :
35- repository : " SideStore/beta-build-num"
36- ref : ${{ env.CHANNEL }}
37- token : ${{ secrets.CROSS_REPO_PUSH_KEY }}
38- path : " Dependencies/beta-build-num"
39- fetch-depth : 1
33+ # - uses: actions/checkout@v4
34+ # with:
35+ # repository: "SideStore/beta-build-num"
36+ # ref: ${{ env.CHANNEL }}
37+ # token: ${{ secrets.CROSS_REPO_PUSH_KEY }}
38+ # path: "Dependencies/beta-build-num"
39+ # fetch-depth: 1
4040
4141 - name : Setup Env
4242 run : |
43- BUILD_NUM=$(python3 scripts/ci/workflow.py reserve_build_number 'Dependencies/beta-build-num')
43+ BUILD_NUM=123
4444 MARKETING_VERSION=$(python3 scripts/ci/workflow.py get-marketing-version)
4545 SHORT_COMMIT=$(python3 scripts/ci/workflow.py commid-id)
4646
You can’t perform that action at this time.
0 commit comments