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

Update CI templates.

parent 18ad862d
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
---
include:
  - project: shore/ci-templates
    file: templates/docker-compose.yml
    file: templates/pre-commit.yml
  - project: shore/ci-templates
    file: templates/docker.yml

stages:
  - test
  - build
  - deploy

build:
  extends: .compose-build