From fabef83f8bf57239b94ee71778a0b564c2991607 Mon Sep 17 00:00:00 2001 From: subochev Date: Wed, 24 Dec 2025 19:58:06 +0300 Subject: [PATCH] DEVEX-20: --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c3beafb..ef82c4f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -44,4 +44,4 @@ jobs: EOF chmod 600 ~/.ssh/config chmod 600 ~/.ssh/my_key - git clone --single-branch --branch $BRANCH "ssh://git@bitbucket.isb:443/$REPO_PATH.git" \ No newline at end of file + git clone --single-branch --branch $BRANCH "ssh://git@bitbucket.isb:443/$REPO_PATH.git" . \ No newline at end of file