From 3d84116770491e68759eb08ca63a905371f3ec14 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Fri, 8 Dec 2023 00:41:33 +0100 Subject: [PATCH] Fix --- .gitea/workflows/container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/container.yaml b/.gitea/workflows/container.yaml index 4e255f5..cec63e0 100644 --- a/.gitea/workflows/container.yaml +++ b/.gitea/workflows/container.yaml @@ -85,7 +85,7 @@ jobs: if: ${{ hashFiles('requirements_private.txt') != '' }} run: | mkdir -p private_deps - pushd private_deps + cd private_deps cat requirements_private.txt | xargs -L 1 git clone - name: Get Meta