Quellcode durchsuchen

Remove custom repo link

Colin Powell vor 1 Jahr
Ursprung
Commit
54e343e6af
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      .drone.yml

+ 0 - 1
.drone.yml

@@ -14,7 +14,6 @@ steps:
       # Install dependencies
       - cp emus.conf.example emus.conf
       - pip install poetry
-      - poetry config repositories.unblink "https://pypi.unbl.ink/pypi/simple"
       - poetry install
       # Start with a fresh database (which is already running as a service from Drone)
       - poetry run pytest --cov-report term:skip-covered --cov=emus tests