with submodules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-05-22 23:08:17 +02:00
parent bba85eab6a
commit cbfb3302c1

View File

@ -2,6 +2,10 @@ kind: pipeline
name: default
type: docker
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: blog
image: plugins/docker
settings: