WIP
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-12-01 17:32:57 -08:00
parent 36813d0c27
commit 17291a846a
1 changed files with 8 additions and 10 deletions

View File

@ -17,20 +17,18 @@ steps:
# - make check
- name: itest
image: docker/compose
image: golang:1.15
volumes:
- name: dockersock
path: /var/run/docker.sock
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
- name: itest_out
path: /out
commands:
- apk add make bash
- make itest
- echo "start" > /out/start_result.txt
- echo "start" > /out/exec_result.txt
- timeout 70 go run . -watch 10s -debug
volumes:
- name: dockersock
host:
path: /var/run/docker.sock
- name: itest_out
temp: {}
# ---
# kind: pipeline
# name: publish