run test script
This commit is contained in:
parent
0e364a4efe
commit
eb06bbfef7
1 changed files with 4 additions and 3 deletions
|
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue