From 8d18e78a5ab20fe7f7381abf0ac8dcd43535351d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 30 Jul 2023 17:22:01 +0100 Subject: [PATCH] WIP --- .woodpecker/deploy.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index db8bade..89f6312 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -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