From 11603a2482133ac3da55df5113e5d2692d95a0fc Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 4 Mar 2025 00:42:29 +0100 Subject: [PATCH] Minor fixes. --- testing/scripts/setup_secrets_user.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/scripts/setup_secrets_user.sh b/testing/scripts/setup_secrets_user.sh index f994be3..a0a4244 100755 --- a/testing/scripts/setup_secrets_user.sh +++ b/testing/scripts/setup_secrets_user.sh @@ -26,6 +26,7 @@ REMOTE_PATH_REPOS=/var/repos eval $(ssh-agent) && ssh-add ssh-keyscan -H "${REPOS_SITE_DOMAIN}" >> "${PATH_USER_SSH}/known_hosts" mkdir "${PATH_REPOS}" +cd "${PATH_REPOS}" ssh ${REPOS_SITE_LOGIN} "cd $REMOTE_PATH_REPOS && ls -1" | while read REPO_NAME; do git clone "${REPOS_SITE_LOGIN}:${REMOTE_PATH_REPOS}/${REPO_NAME}" done -- 2.30.2