Skip to content

Commit

Permalink
push attic into attic
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Aug 27, 2023
1 parent baaae50 commit 9397460
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ steps:
ATTIC_KEY:
from_secret: attic_key

- name: push attic into attic
commands:
- nix run 'github:zhaofengli/attic' -- push nix-cache $(nix build --print-out-paths --no-link 'github:zhaofengli/attic')

- name: Build drone-gen
commands:
- nix build .#drone-gen --out-link result-drone-gen
Expand Down Expand Up @@ -225,6 +229,10 @@ steps:
ATTIC_KEY:
from_secret: attic_key

- name: push attic into attic
commands:
- nix run 'github:zhaofengli/attic' -- push nix-cache $(nix build --print-out-paths --no-link 'github:zhaofengli/attic')

- name: Build drone-gen
commands:
- nix build .#drone-gen --out-link result-drone-gen
Expand Down
4 changes: 4 additions & 0 deletions packages/drone-gen/drone-yaml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ steps:
ATTIC_KEY:
from_secret: attic_key

- name: push attic into attic
commands:
- nix run 'github:zhaofengli/attic' -- push nix-cache $(nix build --print-out-paths --no-link 'github:zhaofengli/attic')

{{#apps}}
- name: Build {{name}}
commands:
Expand Down

0 comments on commit 9397460

Please sign in to comment.