Skip to content
Snippets Groups Projects
.gitlab-ci.yml 411 B
Newer Older
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

build:
  extends: .compose-build
  tags: &tags [host01.shore.co.il]
  variables:
    DOCKER_BUILDKIT: ""
    COMPOSE_DOCKER_CLI_BUILD: ""

pull:
  extends: .compose-pull
  tags: *tags

run:
  extends: .compose-run
  tags: *tags