Skip to content
.gitlab-ci.yml 404 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
nimrod's avatar
nimrod committed
  - project: shore/ci-stuff
nimrod's avatar
nimrod committed
    file: templates/notify.yml
nimrod's avatar
nimrod committed
  - local: gitlab-ci-template/presentation.yml
nimrod's avatar
nimrod committed

variables:
  PRESENTATION_ROOT: example

build:
nimrod's avatar
nimrod committed
  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]