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
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user