This commit is contained in:
parent
17a0215dd8
commit
8d18e78a5a
1 changed files with 0 additions and 9 deletions
|
|
@ -6,19 +6,10 @@ labels:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- TYPE: dev
|
|
||||||
MAKE_TARGET: build-dev
|
|
||||||
SSH_TARGET: ssh_target_dev
|
|
||||||
- TYPE: prod
|
- TYPE: prod
|
||||||
MAKE_TARGET: build-prod
|
MAKE_TARGET: build-prod
|
||||||
SSH_TARGET: ssh_target
|
SSH_TARGET: ssh_target
|
||||||
|
|
||||||
# Run the correct matrix build on the correct branch
|
|
||||||
when:
|
|
||||||
evaluate: |
|
|
||||||
CI_PIPELINE_EVENT in ["push", "cron", "deployment", "manual"]
|
|
||||||
and ((CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) == ("${TYPE}" == "prod"))
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
- name: check
|
- name: check
|
||||||
image: bash
|
image: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue