forked from fediversity/fediversity
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
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:
parent
738d6c5d92
commit
91e3df8e18
10 changed files with 10 additions and 10 deletions
|
|
@ -5,7 +5,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- whoami
|
- whoami
|
||||||
- pwd
|
- pwd
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-data-model
|
- name: check-data-model
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-deployment-basic
|
- name: check-deployment-basic
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-basic -L
|
- nix build .#checks.x86_64-linux.deployment-basic -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-deployment-cli
|
- name: check-deployment-cli
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-cli -L
|
- nix build .#checks.x86_64-linux.deployment-cli -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-deployment-panel
|
- name: check-deployment-panel
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-panel -L
|
- nix build .#checks.x86_64-linux.deployment-panel -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-mastodon
|
- name: check-mastodon
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.test-mastodon-service -L
|
- nix build .#checks.x86_64-linux.test-mastodon-service -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-panel
|
- name: check-panel
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix-build -A tests.panel
|
- nix-build -A tests.panel
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-peertube
|
- name: check-peertube
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.test-peertube-service -L
|
- nix build .#checks.x86_64-linux.test-peertube-service -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-pre-commit
|
- name: check-pre-commit
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix-build -A tests
|
- nix-build -A tests
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lockfile
|
- name: lockfile
|
||||||
image: bash
|
image: nixos/nix
|
||||||
# image: nixos/nix
|
# image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run "npins --verbose update"
|
- nix-shell --run "npins --verbose update"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue