Skip to content
.gitlab-ci.yml 374 B
Newer Older
nimrod's avatar
nimrod committed
---
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

stages:
  - test
  - build
nimrod's avatar
nimrod committed
  - deploy
nimrod's avatar
nimrod committed

build:
nimrod's avatar
nimrod committed
  extends: .compose-build
  tags: [host01.shore.co.il]
nimrod's avatar
nimrod committed
  variables:
nimrod's avatar
nimrod committed
    DOCKER_BUILDKIT: ""
    COMPOSE_DOCKER_CLI_BUILD: ""
nimrod's avatar
nimrod committed

run:
nimrod's avatar
nimrod committed
  extends: .compose-run
  tags: [host01.shore.co.il]