adding git submodule pull build step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-30 10:35:33 -05:00
parent d5bac67fac
commit 9745fa00e4

View File

@@ -2,10 +2,17 @@ kind: pipeline
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
- name: build
image: ariejan/drone-hugo
image: plugins/hugo
settings:
hugo_version: 0.80.0
pull: always
validate: true
- name: deploy
image: appleboy/drone-scp