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

stages:
  - test
  - build
  - deploy

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

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