add submodule step
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ecd7b342e0
commit
d354ef8f56
@ -3,6 +3,12 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: submodule
|
||||
image: alpine:git
|
||||
commands:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
||||
- name: build
|
||||
image: eumau/drone-plugin-make
|
||||
|
||||
@ -55,4 +61,3 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user