home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b693cfc0329226b5cdb695a432c3581ae13ea34d
parent 11f1275cc76f5ebedd9650c3109edcd5b4145fdd
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  3 Jun 2020 15:37:07 +0200

builds: remove secrets repository

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.builds/fedora.yml | 4----
M.builds/nix-pkgs.yml | 3---
M.builds/nix-systems.yml | 3---
3 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/.builds/fedora.yml b/.builds/fedora.yml @@ -1,8 +1,4 @@ image: fedora/latest -secrets: - - 67527e1f-d69c-4f8e-a26d-21685f4ed380 -sources: - - git@git.sr.ht:~vdemeester/secrets tasks: - setup: | sudo dnf install -y tar jq diff --git a/.builds/nix-pkgs.yml b/.builds/nix-pkgs.yml @@ -1,9 +1,6 @@ image: nixos/20.03 secrets: - - 67527e1f-d69c-4f8e-a26d-21685f4ed380 - 0818d60d-b587-4d4e-81d8-dc15072ccb97 -sources: - - git@git.sr.ht:~vdemeester/secrets tasks: - setup: | nix-env -iA cachix -f https://cachix.org/api/v1/install diff --git a/.builds/nix-systems.yml b/.builds/nix-systems.yml @@ -1,9 +1,6 @@ image: nixos/20.03 secrets: - - 67527e1f-d69c-4f8e-a26d-21685f4ed380 - 0818d60d-b587-4d4e-81d8-dc15072ccb97 -sources: - - git@git.sr.ht:~vdemeester/secrets tasks: - setup: | nix-env -iA cachix -f https://cachix.org/api/v1/install