print less logs when building
This commit is contained in:
parent
f400b8922a
commit
d704e0ee13
4
.github/workflows/weekly-build-cache.yml
vendored
4
.github/workflows/weekly-build-cache.yml
vendored
@ -45,13 +45,13 @@ jobs:
|
||||
if: steps.check_changes.outputs.changes == 'true'
|
||||
run: |
|
||||
echo "Building workstation configuration..."
|
||||
nix build .#nixosConfigurations.workstation.config.system.build.toplevel --print-build-logs
|
||||
nix build .#nixosConfigurations.workstation.config.system.build.toplevel
|
||||
|
||||
- name: Build server configuration
|
||||
if: steps.check_changes.outputs.changes == 'true'
|
||||
run: |
|
||||
echo "Building server configuration..."
|
||||
nix build .#nixosConfigurations.server.config.system.build.toplevel --print-build-logs
|
||||
nix build .#nixosConfigurations.server.config.system.build.toplevel
|
||||
|
||||
- name: Push to cache
|
||||
if: steps.check_changes.outputs.changes == 'true'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user