From 8fab92389905e3952a8e1b04afdd377ef610d0f9 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 4 Jul 2025 21:33:44 +0200 Subject: [PATCH] collapse caching ci test, given it seems to not carry over variables between steps --- .forgejo/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 21e75fc7..87d7d2e4 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -31,9 +31,7 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v4 - - run: build_path=$(nix build .#checks.x86_64-linux.test-peertube-service -L) - - run: echo $build_path - - run: attic push demo $build_path + - run: nix-shell --run 'attic push demo $(nix build .#checks.x86_64-linux.test-peertube-service -L)' check-panel: runs-on: nix