Skip to content
.gitlab-ci.yml 743 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:
  image: registry.shore.co.il/ci-images:docker
  stage: pull
  tags: [ns4.shore.co.il]
  script:
    - docker-compose pull --quiet

pull-host01:
  image: registry.shore.co.il/ci-images:docker
  stage: pull
  tags: [host01.shore.co.il]
  script:
    - docker-compose pull --quiet

pull-kodi:
  image: registry.shore.co.il/ci-images:docker
  stage: pull
  tags: [kodi.shore.co.il]
  script:
    - docker-compose pull --quiet