kopia lustrzana https://github.com/friendica/friendica
Add user info
rodzic
973f5179ab
commit
f97c8b718c
|
@ -25,6 +25,9 @@ steps:
|
||||||
clone:
|
clone:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
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 clone $CI_REPO_CLONE_URL .
|
||||||
- git checkout $CI_COMMIT_BRANCH
|
- git checkout $CI_COMMIT_BRANCH
|
||||||
- git fetch origin $CI_COMMIT_REF
|
- git fetch origin $CI_COMMIT_REF
|
||||||
|
|
Ładowanie…
Reference in New Issue