This commit is contained in:
parent
d354ef8f56
commit
e3104b2244
13
.drone.yml
13
.drone.yml
@ -2,12 +2,15 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
clone:
|
||||||
|
recursive: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodule
|
# - name: submodule
|
||||||
image: alpine:git
|
# image: alpine:git
|
||||||
commands:
|
# commands:
|
||||||
- git submodule init
|
# - git submodule init
|
||||||
- git submodule update
|
# - git submodule update
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: eumau/drone-plugin-make
|
image: eumau/drone-plugin-make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user