Skip to content

Commit

Permalink
.github/workflows: Changed failures to push to attic cache to be non-…
Browse files Browse the repository at this point in the history
…fatal
  • Loading branch information
aftix committed Feb 15, 2025
1 parent c316437 commit a594b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
fi
- name: Push configuration ${{ inputs.configuration }} to attic
continue-on-error: true
run: nix-store --query --requisites --include-outputs ./result | xargs attic push "ci:$ATTIC_CACHE"

- name: Find if ${{ inputs.configuration }} is in deploy.nodes
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
run: nix build '.#${{ matrix.package }}'

- name: Push package ${{ matrix.package }} to attic
continue-on-error: true
run: nix-store --query --requisites --include-outputs ./result | xargs attic push "ci:$ATTIC_CACHE"
prebuild:
name: Get nixosConfiguration outputs of the flake to populate build matrix
Expand Down

0 comments on commit a594b59

Please sign in to comment.