set image: bash to initally test local woodpecker back-end

This commit is contained in:
Kiara Grouwstra 2025-07-26 14:13:34 +02:00
parent 8fd67f0f57
commit 1e011d5cd8
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
3 changed files with 12 additions and 0 deletions

View file

@ -5,6 +5,7 @@ when:
steps:
- name: build
image: bash
commands:
- |
env

View file

@ -5,29 +5,38 @@ when:
steps:
- name: build
image: bash
commands:
- nix-build -A tests
- name: check-pre-commit
image: bash
commands:
- nix-build -A tests
- name: check-data-model
image: bash
commands:
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
- name: check-mastodon
image: bash
commands:
- nix build .#checks.x86_64-linux.test-mastodon-service -L
- name: check-peertube
image: bash
commands:
- nix build .#checks.x86_64-linux.test-peertube-service -L
- name: check-panel
image: bash
commands:
- nix-build -A tests.panel
- name: check-deployment-basic
image: bash
commands:
- nix build .#checks.x86_64-linux.deployment-basic -L
- name: check-deployment-cli
image: bash
commands:
- nix build .#checks.x86_64-linux.deployment-cli -L
- name: check-deployment-panel
image: bash
commands:
- nix build .#checks.x86_64-linux.deployment-panel -L

View file

@ -1,3 +1,5 @@
$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/refs/heads/main/pipeline/frontend/yaml/linter/schema/schema.json
when:
- event: manual
# - event: cron