From 079dd3fe4cef0ca3c742dfa06215f247f71e27d4 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 20 May 2019 18:18:30 -0700 Subject: [PATCH] Another try. --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index f480cc46e..f0a5940f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: python:3.5-alpine3.9 pull: always commands: - - ./scripts/run-tests + - bash 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 + - bash 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 + - bash 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 + - bash scripts/run-tests