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

stages:
  - test
  - build
  - deploy

variables:
  IMAGE: cgit

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

push:
nimrod's avatar
nimrod committed
  extends: .docker-push
nimrod's avatar
nimrod committed
  tags: [ns4.shore.co.il]