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