target testing as upstream
This commit is contained in:
@@ -10,7 +10,7 @@ REV_FILE="$ROOT/works/rev"
|
|||||||
|
|
||||||
# defaults
|
# defaults
|
||||||
REPO_URL="https://git.sfclub.cc/icybear/sing-box.git"
|
REPO_URL="https://git.sfclub.cc/icybear/sing-box.git"
|
||||||
UPSTREAM_BRANCH="main"
|
UPSTREAM_BRANCH="testing"
|
||||||
|
|
||||||
CONFIG="$ROOT/works/config"
|
CONFIG="$ROOT/works/config"
|
||||||
if [ -f "$CONFIG" ]; then
|
if [ -f "$CONFIG" ]; then
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ REV_FILE="$ROOT/works/rev"
|
|||||||
|
|
||||||
# defaults
|
# defaults
|
||||||
REPO_URL="https://git.sfclub.cc/icybear/sing-box.git"
|
REPO_URL="https://git.sfclub.cc/icybear/sing-box.git"
|
||||||
UPSTREAM_BRANCH="main"
|
UPSTREAM_BRANCH="testing"
|
||||||
|
|
||||||
CONFIG="$ROOT/works/config"
|
CONFIG="$ROOT/works/config"
|
||||||
if [ -f "$CONFIG" ]; then
|
if [ -f "$CONFIG" ]; then
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ if [ ! -z "$DEPLOY_TOKEN" ]; then
|
|||||||
git config --global user.name imabot
|
git config --global user.name imabot
|
||||||
git config --global user.email icybear+ci@sab.ee
|
git config --global user.email icybear+ci@sab.ee
|
||||||
fi
|
fi
|
||||||
UPSTREAM_BRANCH="main"
|
UPSTREAM_BRANCH="testing"
|
||||||
|
|
||||||
CONFIG="$ROOT/works/config"
|
CONFIG="$ROOT/works/config"
|
||||||
if [ -f "$CONFIG" ]; then
|
if [ -f "$CONFIG" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user