Try without explicit "sh".

This commit is contained in:
Dan Helfman 2019-05-20 19:06:13 -07:00
parent aad47d1741
commit 61f46c5ad5
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ steps:
image: python:3.5-alpine3.9
pull: always
commands:
- sh 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:
- sh 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:
- sh 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:
- sh scripts/run-tests
- scripts/run-tests