Commit 74df0740 authored by nimrod's avatar nimrod
Browse files

Update CI templates.

parent b5a979a8
Loading
Loading
Loading
Loading
Loading
+5 −11
Original line number Diff line number Diff line
---
include:
  - project: shore/ci-templates
  - project: shore/ci-stuff
    file: templates/pre-commit.yml
  - project: shore/ci-templates
  - project: shore/ci-stuff
    file: templates/docker.yml
  - project: shore/ci-templates
    file: templates/presentation.yml
  - project: shore/ci-templates
  - project: shore/ci-stuff
    file: templates/notify.yml
  - local: gitlab-ci-template/presentation.yml

variables:
  PRESENTATION_ROOT: example

stages:
  - test
  - build
  - deploy

build:
docker-build:
  extends: .docker-build-shore
  tags: [ns4.shore.co.il]