diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ed06696..5fe08e9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,6 +33,7 @@ jobs: env: GIT_SSL_NO_VERIFY: "1" run: | + apk add --no-cache git git clone --depth 1 \ "https://x-access-token:${GITEA_TOKEN}@${GITEA_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" \ . @@ -67,6 +68,7 @@ jobs: env: GIT_SSL_NO_VERIFY: "1" run: | + apk add --no-cache git git clone --depth 1 \ "https://x-access-token:${GITEA_TOKEN}@${GITEA_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" \ .