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

build:
nimrod's avatar
nimrod committed
  extends: .compose-build
nimrod's avatar
nimrod committed
  tags: &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

nimrod's avatar
nimrod committed
pull:
  extends: .compose-pull
  tags: *tags

nimrod's avatar
nimrod committed
run:
nimrod's avatar
nimrod committed
  extends: .compose-run
nimrod's avatar
nimrod committed
  tags: *tags