@ -2,6 +2,10 @@ kind: pipeline
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: test
image: alpine:3