From dabeae4695ddde9357e6d008534440bd36cc1670 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 11 Jul 2025 20:03:41 +0200 Subject: [PATCH] remove 'attic use' lines in favor of substituter --- .forgejo/workflows/cd.yaml | 1 - .forgejo/workflows/ci.yaml | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/cd.yaml b/.forgejo/workflows/cd.yaml index 0cadb2d3..4112ee03 100644 --- a/.forgejo/workflows/cd.yaml +++ b/.forgejo/workflows/cd.yaml @@ -12,7 +12,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo - name: Set up SSH key for age secrets and SSH run: | diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 374a7fbf..8e82f4ff 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -19,7 +19,6 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v4 - - run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo - run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix' check-mastodon: @@ -32,32 +31,28 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v4 - - run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo && nix build .#checks.x86_64-linux.test-peertube-service -L + - run: nix build .#checks.x86_64-linux.test-peertube-service -L check-panel: runs-on: nix steps: - uses: actions/checkout@v4 - - run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo - - run: nix-build -A tests.panel + - run: nix-build panel -A tests check-deployment-basic: runs-on: nix steps: - uses: actions/checkout@v4 - - run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo - run: nix build .#checks.x86_64-linux.deployment-basic -L check-deployment-cli: runs-on: nix steps: - uses: actions/checkout@v4 - - run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo - run: nix build .#checks.x86_64-linux.deployment-cli -L check-deployment-panel: runs-on: nix steps: - uses: actions/checkout@v4 - - run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo - run: nix build .#checks.x86_64-linux.deployment-panel -L