git submodule update in drone
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
7a001c9fac
commit
faab741ea4
|
@ -3,6 +3,10 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
clone:
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: cbrgm/drone-hugo:latest
|
image: cbrgm/drone-hugo:latest
|
||||||
validate: true
|
validate: true
|
||||||
|
|
Loading…
Reference in New Issue