|
@@ -409,7 +409,7 @@ def find_org(org_repo): |
|
|
org_repo = org_repo[0] |
|
|
org_repo = org_repo[0] |
|
|
|
|
|
|
|
|
for org in ["influxframework", "influxerp"]: |
|
|
for org in ["influxframework", "influxerp"]: |
|
|
res = requests.head(f"https://lab.membtech.com/repos/{org}/{org_repo}") |
|
|
|
|
|
|
|
|
res = requests.head(f"https://lab.membtech.com/api/v1/repos/{org}/{org_repo}") |
|
|
if res.status_code in (400, 403): |
|
|
if res.status_code in (400, 403): |
|
|
res = requests.head(f"https://lab.membtech.com/{org}/{org_repo}") |
|
|
res = requests.head(f"https://lab.membtech.com/{org}/{org_repo}") |
|
|
if res.ok: |
|
|
if res.ok: |
|
|