test env
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/manual/deploy Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-07-30 15:27:06 +01:00
parent 102ce898b2
commit 00a650875b

View file

@ -16,13 +16,14 @@ matrix:
# 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"))
CI_PIPELINE_EVENT in ['push', 'cron', 'deployment', 'manual']
and ((CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) == ('${TYPE}' == 'prod'))
pipeline:
- name: check
image: bash
commands:
- nix shell pkgs#coreutils --command env
- nix flake check
when:
event: *all_events