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
|
||||
|
||||
pipeline:
|
||||
clone:
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
build:
|
||||
image: cbrgm/drone-hugo:latest
|
||||
validate: true
|
||||
|
|
Loading…
Reference in New Issue