mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 17:42:54 +00:00
Fix GIT email/name
This commit is contained in:
parent
7be6eb5d00
commit
25e95fa2da
4 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,8 @@ pipeline:
|
||||||
clone_friendica_addon:
|
clone_friendica_addon:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
- git config --global user.email "no-reply@friendi.ca"
|
||||||
|
- git config --global user.name "Friendica"
|
||||||
- git clone $CI_REPO_LINK addon
|
- git clone $CI_REPO_LINK addon
|
||||||
- cd addon/
|
- cd addon/
|
||||||
- git checkout $CI_COMMIT_BRANCH
|
- git checkout $CI_COMMIT_BRANCH
|
||||||
|
|
|
@ -20,6 +20,8 @@ pipeline:
|
||||||
clone_friendica_addon:
|
clone_friendica_addon:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
- git config --global user.email "no-reply@friendi.ca"
|
||||||
|
- git config --global user.name "Friendica"
|
||||||
- git clone $CI_REPO_LINK addon
|
- git clone $CI_REPO_LINK addon
|
||||||
- cd addon/
|
- cd addon/
|
||||||
- git checkout $CI_COMMIT_BRANCH
|
- git checkout $CI_COMMIT_BRANCH
|
||||||
|
|
|
@ -11,6 +11,8 @@ pipeline:
|
||||||
clone_friendica_addon:
|
clone_friendica_addon:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
- git config --global user.email "no-reply@friendi.ca"
|
||||||
|
- git config --global user.name "Friendica"
|
||||||
- git clone $CI_REPO_LINK addon
|
- git clone $CI_REPO_LINK addon
|
||||||
- cd addon/
|
- cd addon/
|
||||||
- git checkout $CI_COMMIT_BRANCH
|
- git checkout $CI_COMMIT_BRANCH
|
||||||
|
|
|
@ -20,6 +20,8 @@ pipeline:
|
||||||
clone_friendica_addon:
|
clone_friendica_addon:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
- git config --global user.email "no-reply@friendi.ca"
|
||||||
|
- git config --global user.name "Friendica"
|
||||||
- git clone $CI_REPO_LINK addon
|
- git clone $CI_REPO_LINK addon
|
||||||
- cd addon/
|
- cd addon/
|
||||||
- git checkout $CI_COMMIT_BRANCH
|
- git checkout $CI_COMMIT_BRANCH
|
||||||
|
|
Loading…
Reference in a new issue