kind: pipeline type: docker name: default steps: - name: build-ui image: node:12.7.0 commands: - cd client - yarn install - yarn build when: branch: - master