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