kopia lustrzana https://github.com/friendica/friendica
Add user info
rodzic
973f5179ab
commit
f97c8b718c
|
@ -25,6 +25,9 @@ steps:
|
|||
clone:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git config --global user.email "no-reply@friendi.ca"
|
||||
- git config --global user.name "Friendica"
|
||||
- git config --global --add safe.directory $CI_WORKSPACE
|
||||
- git clone $CI_REPO_CLONE_URL .
|
||||
- git checkout $CI_COMMIT_BRANCH
|
||||
- git fetch origin $CI_COMMIT_REF
|
||||
|
|
Ładowanie…
Reference in New Issue