💚 Fix drone build due to missing git
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bad 2020-11-25 08:18:46 +01:00
parent b7905bc3be
commit 69a9e2ed2f
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ steps:
- name: build
image: node:current-alpine3.12
commands:
- apk update
- apk add git
- npm install -D
- npm run rebuild