mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
commit
e48cac9a87
10
.drone.yml
10
.drone.yml
@ -1,14 +1,11 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: build:debian
|
name: build:debian
|
||||||
|
|
||||||
clone:
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init --recursive
|
||||||
- name: build:debian
|
- name: build:debian
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
group: build
|
group: build
|
||||||
@ -22,14 +19,11 @@ steps:
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: build:docker
|
name: build:docker
|
||||||
|
|
||||||
clone:
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init --recursive
|
||||||
- name: build:docker
|
- name: build:docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
group: build
|
group: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user