Commit 96efdce0 authored by nimrod's avatar nimrod
Browse files

Update CI templates.

parent 7d585f76
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