fix: no need to upload in pipeline now,

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-08-07 03:44:26 +00:00
parent 568c5dc1a0
commit 497689f7ab

View file

@ -29,9 +29,4 @@ jobs:
colmena build -v --on @active-ext
colmena build -v --on @active-gitlab
shell: bash
- run: |
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
attic use skynet-cache
attic push skynet-cache $(ls -d /nix/store/*)
shell: bash
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5