You need git
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Olivier 'reivilibre' 2021-08-06 21:27:19 +01:00
parent b8e9e26e89
commit 0ff26ba799
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ steps:
- name: build
image: golang:1.14.4-alpine3.12
commands:
- apk add git
- sh build.sh
- name: docker