WIP
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-07-30 17:22:01 +01:00
parent 17a0215dd8
commit 8d18e78a5a

View file

@ -6,19 +6,10 @@ labels:
matrix:
include:
- TYPE: dev
MAKE_TARGET: build-dev
SSH_TARGET: ssh_target_dev
- TYPE: prod
MAKE_TARGET: build-prod
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:
- name: check
image: bash