From 2ecf925447fb41ccfe8b5fbcf439b228e005b359 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 11 Feb 2024 15:36:43 +0100 Subject: [PATCH] Run with bash --- .gitea/workflows/container.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/container.yaml b/.gitea/workflows/container.yaml index c2c2eac..f5f3aab 100644 --- a/.gitea/workflows/container.yaml +++ b/.gitea/workflows/container.yaml @@ -89,7 +89,9 @@ jobs: - name: Download private dependencies if: ${{ hashFiles('requirements_private.txt') != '' }} + shell: bash run: | + set -e mkdir -p private_deps cd private_deps while IFS=$" " read -r -a dependency_spec