Commit 31aae892 authored by nimrod's avatar nimrod
Browse files

Update CI template usage.

parent 0ed78aaf
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