From c1bcc7860d1fc2f088e72769c3f6df4c2023a180 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 20 Jul 2024 13:22:28 +0200 Subject: [PATCH] fixup! Add CI workflow --- .forgejo/workflows/build.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index a45fbf7..adcc69b 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -19,10 +19,9 @@ jobs: - name: Checkout LFS run: | cat .git/config - git config http || true - git config "http.${GITHUB_SERVER_URL}/" || true - git config "http.${GITHUB_SERVER_URL}/.extraHeader" || true - git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull + git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader" + cat .git/config + git lfs pull - name: Build run: nix build -L .#li7y .#li7y-oci - name: Push OCI image