Loading .gitlab-ci.yml +20 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
.gitlab-ci.yml +20 −0 Original line number Diff line number Diff line Loading @@ -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