Quellcode durchsuchen

Try something else

Getty Ritter vor 4 Jahren
Ursprung
Commit
ef1902dabf
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -13,8 +13,8 @@ steps:
   - pip install poetry
   - pip install invoke
   - export PATH=/root/.pip:$PATH
-  - poetry config virtualenvs.in-project true --local
-  - poetry install
+  - /root/.pip/bin/poetry config virtualenvs.in-project true --local
+  - /root/.pip/bin/poetry install
 
 - name: test
   image: python