This commit is contained in:
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user