Commit a36fb831c6b2

Vincent Demeester <vincent@sbr.pm>
2020-09-24 22:40:30
builds: remove some builds…
… to reduce the load 👼 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 436417f
.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
.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
.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
.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