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

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

pull:
  extends: .compose-pull
  tags: *tags
nimrod's avatar
nimrod committed

run:
  extends: .compose-run
nimrod's avatar
nimrod committed
  tags: *tags