Skip to content
.gitlab-ci.yml 251 B
Newer Older
nimrod's avatar
nimrod committed
---
include:
nimrod's avatar
nimrod committed
  - project: shore/ci-stuff
nimrod's avatar
nimrod committed
    file: templates/pre-commit.yml
nimrod's avatar
nimrod committed
  - project: shore/ci-stuff
nimrod's avatar
nimrod committed
    file: templates/docker.yml

stages:
  - test
  - build
  - deploy

nimrod's avatar
nimrod committed
docker-build:
nimrod's avatar
nimrod committed
  extends: .docker-build-shore

push:
  extends: .docker-push