image: bash (local back-end) -> nixos/nix (docker back-end)
Some checks failed
ci/woodpecker/manual/check-deployment-basic Pipeline failed
ci/woodpecker/manual/check-deployment-cli Pipeline failed
ci/woodpecker/manual/check-data-model Pipeline failed
ci/woodpecker/manual/cd Pipeline failed
ci/woodpecker/manual/check-deployment-panel Pipeline failed
ci/woodpecker/manual/check-mastodon Pipeline failed
ci/woodpecker/manual/check-peertube Pipeline failed
ci/woodpecker/manual/check-panel Pipeline failed
ci/woodpecker/manual/check-pre-commit Pipeline failed
ci/woodpecker/manual/update Pipeline failed

This commit is contained in:
Kiara Grouwstra 2025-07-26 18:05:43 +02:00
parent 738d6c5d92
commit 91e3df8e18
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
10 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@ when:
steps:
- name: build
image: bash
image: nixos/nix
commands:
- whoami
- pwd

View file

@ -6,6 +6,6 @@ when:
steps:
- name: check-data-model
image: bash
image: nixos/nix
commands:
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'

View file

@ -6,6 +6,6 @@ when:
steps:
- name: check-deployment-basic
image: bash
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.deployment-basic -L

View file

@ -6,6 +6,6 @@ when:
steps:
- name: check-deployment-cli
image: bash
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.deployment-cli -L

View file

@ -6,6 +6,6 @@ when:
steps:
- name: check-deployment-panel
image: bash
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.deployment-panel -L

View file

@ -6,6 +6,6 @@ when:
steps:
- name: check-mastodon
image: bash
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.test-mastodon-service -L

View file

@ -6,6 +6,6 @@ when:
steps:
- name: check-panel
image: bash
image: nixos/nix
commands:
- nix-build -A tests.panel

View file

@ -6,6 +6,6 @@ when:
steps:
- name: check-peertube
image: bash
image: nixos/nix
commands:
- nix build .#checks.x86_64-linux.test-peertube-service -L

View file

@ -6,6 +6,6 @@ when:
steps:
- name: check-pre-commit
image: bash
image: nixos/nix
commands:
- nix-build -A tests

View file

@ -5,7 +5,7 @@ when:
steps:
- name: lockfile
image: bash
image: nixos/nix
# image: nixos/nix
commands:
- nix-shell --run "npins --verbose update"