From acde681eba686e74d704aaba3ed4eb23fbf40c43 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 b483f323..6ada3f46 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