Skip to content
.gitlab-ci.yml 381 B
Newer Older
nimrod's avatar
nimrod committed
---
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: ["${CI_COMMIT_BRANCH}.shore.co.il"]
  except:
    - master


run:
  extends: .compose-run
  tags: ["${CI_COMMIT_BRANCH}.shore.co.il"]
  except:
    - master