parent
35887a8fba
commit
afffc07bc3
1 changed files with 7 additions and 7 deletions
|
@ -22,16 +22,16 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
||||||
attic use skynet-cache
|
attic use skynet-cache
|
||||||
nix develop --accept-flake-config
|
nix develop
|
||||||
colmena build -v --on @active-dns -- --accept-flake-config
|
colmena build -v --on @active-dns
|
||||||
colmena build -v --on @active-core -- --accept-flake-config
|
colmena build -v --on @active-core
|
||||||
colmena build -v --on @active -- --accept-flake-config
|
colmena build -v --on @active
|
||||||
colmena build -v --on @active-ext -- --accept-flake-config
|
colmena build -v --on @active-ext
|
||||||
colmena build -v --on @active-gitlab -- --accept-flake-config
|
colmena build -v --on @active-gitlab
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: |
|
- run: |
|
||||||
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
||||||
attic use skynet-cache
|
attic use skynet-cache
|
||||||
attic push skynet-cache $(colmena build -- --accept-flake-config)
|
attic push skynet-cache $(colmena build)
|
||||||
shell: bash
|
shell: bash
|
||||||
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
Loading…
Reference in a new issue