From 2fe1fc153e4cbe95cc21db7628d08dc7b537b356 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 11 Feb 2024 15:31:47 +0100 Subject: [PATCH] Verbose --- .gitea/workflows/container.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/container.yaml b/.gitea/workflows/container.yaml index eec3798..c2c2eac 100644 --- a/.gitea/workflows/container.yaml +++ b/.gitea/workflows/container.yaml @@ -96,9 +96,9 @@ jobs: do if test -n "${dependency_spec[1]}" then - git clone --single-branch --no-tags "${dependency_spec[0]}" --branch "${dependency_spec[1]}" + git clone -v --single-branch --no-tags "${dependency_spec[0]}" --branch "${dependency_spec[1]}" else - git clone --single-branch --no-tags "${dependency_spec[0]}" + git clone -v --single-branch --no-tags "${dependency_spec[0]}" fi done < ../requirements_private.txt