From aa498e953cece5c5705f719c9142eaf860302eeb Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:42:58 +0100 Subject: [PATCH] Revert "ci: temporary fix for hanging cachix post step" This reverts commit c55fac6769c86a89cf44fab4fc58464b72bc3b3a. --- .github/workflows/cluster_recreate.yml | 1 - .github/workflows/e2e_simple.yml | 1 - .github/workflows/release.yml | 1 - .github/workflows/static.yml | 4 ---- 4 files changed, 7 deletions(-) diff --git a/.github/workflows/cluster_recreate.yml b/.github/workflows/cluster_recreate.yml index 179504d43..d97ff918e 100644 --- a/.github/workflows/cluster_recreate.yml +++ b/.github/workflows/cluster_recreate.yml @@ -18,7 +18,6 @@ jobs: with: name: edgelesssys authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - installCommand: nix profile install github:cachix/cachix/cd12acd9245ac9b7e010aa3acac49f37824fdad2 --accept-flake-config # remove on v14.1/v15 - name: Login to Azure uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1 with: diff --git a/.github/workflows/e2e_simple.yml b/.github/workflows/e2e_simple.yml index 86771f741..f6d17b494 100644 --- a/.github/workflows/e2e_simple.yml +++ b/.github/workflows/e2e_simple.yml @@ -28,7 +28,6 @@ jobs: with: name: edgelesssys authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - installCommand: nix profile install github:cachix/cachix/cd12acd9245ac9b7e010aa3acac49f37824fdad2 --accept-flake-config # remove on v14.1/v15 - name: Log in to ghcr.io Container registry uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38b543643..23d127930 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,7 +155,6 @@ jobs: with: name: edgelesssys authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - installCommand: nix profile install github:cachix/cachix/cd12acd9245ac9b7e010aa3acac49f37824fdad2 --accept-flake-config # remove on v14.1/v15 - name: Log in to ghcr.io Container registry uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 151e0d4be..8e453c3d8 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -19,7 +19,6 @@ jobs: with: name: edgelesssys authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - installCommand: nix profile install github:cachix/cachix/cd12acd9245ac9b7e010aa3acac49f37824fdad2 --accept-flake-config # remove on v14.1/v15 - name: nix flake check run: | nix -L flake check @@ -38,7 +37,6 @@ jobs: with: name: edgelesssys authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - installCommand: nix profile install github:cachix/cachix/cd12acd9245ac9b7e010aa3acac49f37824fdad2 --accept-flake-config # remove on v14.1/v15 - name: Run code generations & tidying run: | nix run .#generate @@ -60,7 +58,6 @@ jobs: with: name: edgelesssys authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - installCommand: nix profile install github:cachix/cachix/cd12acd9245ac9b7e010aa3acac49f37824fdad2 --accept-flake-config # remove on v14.1/v15 - name: Run govulncheck run: | nix run .#govulncheck -- ./... @@ -76,7 +73,6 @@ jobs: with: name: edgelesssys authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - installCommand: nix profile install github:cachix/cachix/cd12acd9245ac9b7e010aa3acac49f37824fdad2 --accept-flake-config # remove on v14.1/v15 - name: Run golangci-lint run: | nix run .#golangci-lint -- run