clone: git: image: plugins/git depth: 1 pipeline: build: image: node:16-alpine commands: - yarn install - yarn test - yarn build