target testing as upstream

This commit is contained in:
n3t1zen
2026-07-16 01:03:16 +08:00
parent c714c1b18e
commit cf2658264a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ REV_FILE="$ROOT/works/rev"
# defaults
REPO_URL="https://git.sfclub.cc/icybear/sing-box.git"
UPSTREAM_BRANCH="main"
UPSTREAM_BRANCH="testing"
CONFIG="$ROOT/works/config"
if [ -f "$CONFIG" ]; then
+1 -1
View File
@@ -10,7 +10,7 @@ REV_FILE="$ROOT/works/rev"
# defaults
REPO_URL="https://git.sfclub.cc/icybear/sing-box.git"
UPSTREAM_BRANCH="main"
UPSTREAM_BRANCH="testing"
CONFIG="$ROOT/works/config"
if [ -f "$CONFIG" ]; then
+1 -1
View File
@@ -12,7 +12,7 @@ if [ ! -z "$DEPLOY_TOKEN" ]; then
git config --global user.name imabot
git config --global user.email icybear+ci@sab.ee
fi
UPSTREAM_BRANCH="main"
UPSTREAM_BRANCH="testing"
CONFIG="$ROOT/works/config"
if [ -f "$CONFIG" ]; then