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

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

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

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

pull-ns4:
  extends: .compose-pull
nimrod's avatar
nimrod committed
  stage: pull
  tags: [ns4.shore.co.il]

pull-host01:
  extends: .compose-pull
nimrod's avatar
nimrod committed
  stage: pull
  tags: [host01.shore.co.il]

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