add submodule step
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Mauro Torrez 2019-09-18 12:15:44 -03:00
parent ecd7b342e0
commit d354ef8f56

View File

@ -3,6 +3,12 @@ kind: pipeline
name: default name: default
steps: steps:
- name: submodule
image: alpine:git
commands:
- git submodule init
- git submodule update
- name: build - name: build
image: eumau/drone-plugin-make image: eumau/drone-plugin-make
@ -55,4 +61,3 @@ steps:
when: when:
branch: branch:
- master - master