home

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

commit a36fb831c6b2fa98a516379a7239b0dd176aa5db
parent 436417fbd03ebe30df41be2ad1c557d350450341
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 24 Sep 2020 21:40:30 +0100

builds: remove some builds…

… to reduce the load 👼

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

Diffstat:
D.builds/fedora.yml | 14--------------
D.builds/nix-pkgs-nixos.yml | 20--------------------
D.builds/nix-pkgs-nixosunstable.yml | 20--------------------
D.builds/nix-pkgs-nixpkgs.yml | 20--------------------
4 files changed, 0 insertions(+), 74 deletions(-)

diff --git a/.builds/fedora.yml b/.builds/fedora.yml @@ -1,14 +0,0 @@ -image: fedora/latest -tasks: -- setup: | - sudo dnf install -y tar jq -- install_nix: | - set -euo pipefail - curl -L https://nixos.org/nix/install | sh -- install_home_manager: | - . /home/build/.nix-profile/etc/profile.d/nix.sh - nix-shell $(jq --raw-output '.["home-manager"].url' ./home/nix/sources.json) -A install -triggers: -- action: email - condition: failure - to: vincent@sbr.pm diff --git a/.builds/nix-pkgs-nixos.yml b/.builds/nix-pkgs-nixos.yml @@ -1,20 +0,0 @@ -image: nixos/20.03 -secrets: - - 0818d60d-b587-4d4e-81d8-dc15072ccb97 -tasks: -- setup: | - set -e - nix-env -iA cachix -f https://cachix.org/api/v1/install - cachix use shortbrain -- cached: | - set -euo pipefail - set +x - export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) - set -x - nix-build --no-out-link home/ci.nix -A nixosCacheOutputs | cachix push shortbrain -- nur-update: | - curl -XPOST "https://nur-update.herokuapp.com/update?repo=vdemeester" -triggers: -- action: email - condition: failure - to: vincent@sbr.pm diff --git a/.builds/nix-pkgs-nixosunstable.yml b/.builds/nix-pkgs-nixosunstable.yml @@ -1,20 +0,0 @@ -image: nixos/20.03 -secrets: - - 0818d60d-b587-4d4e-81d8-dc15072ccb97 -tasks: -- setup: | - set -e - nix-env -iA cachix -f https://cachix.org/api/v1/install - cachix use shortbrain -- cached: | - set -euo pipefail - set +x - export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) - set -x - nix-build --no-out-link home/ci.nix -A nixosUnstableCacheOutputs | cachix push shortbrain -- nur-update: | - curl -XPOST "https://nur-update.herokuapp.com/update?repo=vdemeester" -triggers: -- action: email - condition: failure - to: vincent@sbr.pm diff --git a/.builds/nix-pkgs-nixpkgs.yml b/.builds/nix-pkgs-nixpkgs.yml @@ -1,20 +0,0 @@ -image: nixos/20.03 -secrets: - - 0818d60d-b587-4d4e-81d8-dc15072ccb97 -tasks: -- setup: | - set -e - nix-env -iA cachix -f https://cachix.org/api/v1/install - cachix use shortbrain -- cached: | - set -euo pipefail - set +x - export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) - set -x - nix-build --no-out-link home/ci.nix -A nixpkgsCacheOutputs | cachix push shortbrain -- nur-update: | - curl -XPOST "https://nur-update.herokuapp.com/update?repo=vdemeester" -triggers: -- action: email - condition: failure - to: vincent@sbr.pm