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

stages:
  - test
  - build
  - deploy

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

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