run test script

This commit is contained in:
Felix Ableitner 2020-12-08 21:17:11 +01:00
parent 0e364a4efe
commit eb06bbfef7
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
kind: pipeline kind: pipeline
name: default name: default
workspace:
path: /drone/src/docker/travis
steps: steps:
- name: test - name: test
image: compose:alpine-1.27.4 image: compose:alpine-1.27.4
commands: commands:
- ls -la / - ./run-tests.bash
- ls -la .
- docker-compose up -f /drone/src/docker-compose.yaml