anoopmb hace 2 años
padre
commit
d8d3e30577
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bench/utils/__init__.py

+ 1
- 1
bench/utils/__init__.py Ver fichero

@@ -409,7 +409,7 @@ def find_org(org_repo):
org_repo = org_repo[0]

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):
res = requests.head(f"https://lab.membtech.com/{org}/{org_repo}")
if res.ok:


Cargando…
Cancelar
Guardar