From 9dfaed1d3451c7db9bc17931f9d96688b26b9a4a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 30 Jul 2023 15:27:06 +0100 Subject: [PATCH] test env --- .woodpecker/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 78578a3..a3f84f1 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -17,12 +17,13 @@ matrix: when: evaluate: | CI_PIPELINE_EVENT in ["push", "cron", "deployment", "manual"] - and ((CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) == ("${TYPE}" == "prod")) + and (("${TYPE}" == "prod")) pipeline: - name: check image: bash commands: + - nix shell pkgs#coreutils --command env - nix flake check when: event: *all_events