blog/.woodpecker.yml

7 lines
122 B
YAML
Raw Normal View History

2022-11-29 11:57:11 +00:00
pipeline:
2022-11-29 12:14:51 +00:00
build:
2022-11-29 12:17:04 +00:00
image: alpine/git
2022-11-29 11:57:11 +00:00
commands:
2022-11-29 12:17:04 +00:00
- git submodule init
- git update --recursive --remote