This commit is contained in:
parent
c8ec1aaf0e
commit
54a8cc6bed
3 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ steps:
|
||||||
# - nix build .#nixosConfigurations.ds9.config.system.build.toplevel .#nixosConfigurations.picard.config.system.build.toplevel .#nixosConfigurations.theseus.config.system.build.toplevel
|
# - nix build .#nixosConfigurations.ds9.config.system.build.toplevel .#nixosConfigurations.picard.config.system.build.toplevel .#nixosConfigurations.theseus.config.system.build.toplevel
|
||||||
- attic push xyno $(nix flake archive --json . | jq -r '[.. | .path? | select(. != null)] | unique | .[]')
|
- attic push xyno $(nix flake archive --json . | jq -r '[.. | .path? | select(. != null)] | unique | .[]')
|
||||||
- mkdir /tmp/reports
|
- mkdir /tmp/reports
|
||||||
- nix-fast-build --no-nom --skip-cached --result-file /tmp/reports/junit.xml --result-format junit --attic-cache xyno --flake .#hydraJobs.systems
|
- nix-fast-build --no-nom --skip-cached --result-file /tmp/reports/junit.xml --result-format junit --attic-cache $${ATTIC_CACHE} --flake .#hydraJobs.systems
|
||||||
- name: junit-reports
|
- name: junit-reports
|
||||||
image: ghcr.io/wgroeneveld/woodpecker-ascii-junit:main
|
image: ghcr.io/wgroeneveld/woodpecker-ascii-junit:main
|
||||||
settings:
|
settings:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
when:
|
when:
|
||||||
- event: cron
|
- event: cron
|
||||||
con: dependency_update
|
cron: dependency_update
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: nix-flake-update
|
- name: nix-flake-update
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ caddy.override {
|
||||||
cp -r --reflink=auto . $out
|
cp -r --reflink=auto . $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
outputHash = "sha256-r4+WK8UhGLAuIvdV6uiH2bMh/SjTfY4CzKcpHU0Gu5s=";
|
outputHash = "sha256-sN3khgPLbBxhRohE+KXPNPFDowHJN5q/5J5uJ6wzLT8=";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue