kind: pipeline type: docker name: ci steps: - name: submodules image: d.ctdn.net/alpine/git commands: - git submodule update --init --recursive - name: build image: d.ctdn.net/node commands: - yarn config set registry https://r.ctdn.net - yarn && yarn build