mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 02:44:50 +00:00
pusing
This commit is contained in:
parent
26184cfb09
commit
bd28fc905b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ if len(UPSTREAM_REPO_URL) == 0:
|
|||
|
||||
UPSTREAM_REPO_BRANCH = os.environ.get("UPSTREAM_REPO_BRANCH", "")
|
||||
if len(UPSTREAM_REPO_BRANCH) == 0:
|
||||
UPSTREAM_REPO_BRANCH = "master"
|
||||
UPSTREAM_REPO_BRANCH = None
|
||||
|
||||
if UPSTREAM_REPO_URL is not None and UPSTREAM_REPO_BRANCH is not None:
|
||||
if os.path.exists('.git'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue