kind: pipeline type: docker name: default clone: depth: 1 steps: - name: render image: ubuntu:latest commands: - sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list - apt update - apt install ffmpeg - yarn install --forzen-lockfile - yarn build