Skip to content
.gitlab-ci.yml 270 B
Newer Older
nimrod's avatar
nimrod committed
---
nimrod's avatar
nimrod committed
include:
  - project: shore/ci-templates
nimrod's avatar
nimrod committed
    file: templates/docker.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

nimrod's avatar
nimrod committed
push:
  extends: .compose-push

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