Commit 426ddf7f authored by nimrod's avatar nimrod
Browse files

Common CI config.

parent cf84731b
Loading
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -2,3 +2,23 @@
include:
  - project: shore/ci-templates
    file: templates/pre-commit.yml
  - 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