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

stages:
  - test
  - build
  - deploy
nimrod's avatar
nimrod committed

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

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