Fix Woodpecker

This commit is contained in:
Philipp Holzer 2023-07-28 20:12:25 +02:00
parent 4073400bfb
commit 06df62a2b5
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ steps:
clone:
image: alpine/git
commands:
- git clone $CI_REPO_LINK .
- git clone $CI_REPO_CLONE_URL .
- git checkout $CI_COMMIT_BRANCH
- git fetch origin $CI_COMMIT_REF
- git merge $CI_COMMIT_SHA

View File

@ -13,7 +13,7 @@ steps:
clone:
image: alpine/git
commands:
- git clone $CI_REPO_LINK .
- git clone $CI_REPO_CLONE_URL .
- git checkout $CI_COMMIT_BRANCH
- git fetch origin $CI_COMMIT_REF
- git merge $CI_COMMIT_SHA