jellyfin/.gitlab-ci.yml

11 lines
158 B
YAML
Raw Normal View History

2018-12-12 03:31:47 +01:00
variables:
GIT_DEPTH: "1"
GIT_SUBMODULE_STRATEGY: "recursive"
build:docker:
image: docker
services:
- docker:dind
script:
- docker build .