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

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

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