Skip to content
.gitlab-ci.yml 253 B
Newer Older
nimrod's avatar
nimrod committed
---
include:
  - project: shore/ci-stuff
    file: templates/pre-commit.yml
  - project: shore/ci-stuff
nimrod's avatar
nimrod committed
    file: templates/docker.yml

nimrod's avatar
nimrod committed
build:
  extends: .compose-build
  tags: [kodi.shore.co.il]

run:
  extends: .compose-run
  tags: [kodi.shore.co.il]