git submodule update in drone
continuous-integration/drone/push Build encountered an error Details

pull/1/head
Evan Hemsley 2020-07-12 01:06:48 -07:00
parent 7a001c9fac
commit faab741ea4
1 changed files with 4 additions and 0 deletions

View File

@ -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