Skip to content
Snippets Groups Projects
Commit 426ddf7f authored by nimrod's avatar nimrod
Browse files

Common CI config.

parent cf84731b
No related branches found
No related tags found
No related merge requests found
Pipeline #581 passed
...@@ -2,3 +2,23 @@ ...@@ -2,3 +2,23 @@
include: include:
- project: shore/ci-templates - project: shore/ci-templates
file: templates/pre-commit.yml 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment