Explorar o código

Try to run script.

Dan Helfman %!s(int64=6) %!d(string=hai) anos
pai
achega
d47f1bff4d
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      .drone.yml

+ 4 - 4
.drone.yml

@@ -7,7 +7,7 @@ steps:
   image: python:3.5-alpine3.9
   pull: always
   commands:
-    - scripts/run-tests
+    - ./scripts/run-tests
 ---
 kind: pipeline
 name: python-3-6-alpine-3-9
@@ -17,7 +17,7 @@ steps:
   image: python:3.6-alpine3.9
   pull: always
   commands:
-    - scripts/run-tests
+    - ./scripts/run-tests
 ---
 kind: pipeline
 name: python-3-7-alpine-3-9
@@ -27,7 +27,7 @@ steps:
   image: python:3.7-alpine3.9
   pull: always
   commands:
-    - scripts/run-tests
+    - ./scripts/run-tests
 ---
 kind: pipeline
 name: python-3-7-alpine-3-7
@@ -37,4 +37,4 @@ steps:
   image: python:3.7-alpine3.7
   pull: always
   commands:
-    - scripts/run-tests
+    - ./scripts/run-tests