Skip to content
.gitlab-ci.yml 553 B
Newer Older
nimrod's avatar
nimrod committed
---
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

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

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

compose-push:
nimrod's avatar
nimrod committed
  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]