From 537863c91360d2e9a78c8a606fe10ab419b4486d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 20 Jul 2024 14:16:55 +0100 Subject: [PATCH] ci: improve teh pipeline --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e05fae..9a921fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,8 +70,6 @@ sync_repos: - nix --extra-experimental-features 'nix-command flakes' profile install nixpkgs#attic-client - attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY - attic use skynet-cache - # make sure everything locally is in teh cache - - attic push skynet-cache /run/current-system # add any new items to the cache - attic watch-store skynet-cache &