mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Fix Woodpecker
This commit is contained in:
parent
4073400bfb
commit
06df62a2b5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue