image: bash (local back-end) -> nixos/nix (docker back-end)

This commit is contained in:
Kiara Grouwstra 2025-07-26 18:05:43 +02:00
parent 29be538ec2
commit 203063b031
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: steps:
- name: build - name: build
image: bash image: nixos/nix
commands: commands:
- whoami - whoami
- pwd - pwd

View file

@ -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'

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"