kind: pipeline type: kubernetes name: default steps: - name: submodules image: alpine/git commands: - git submodule update --recursive --init - name: build image: registry.aws.minori.work/imi415/arm-none-toolchain:latest commands: - make image_pull_secrets: - pull-secret