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

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

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