Skip to content

Commit

Permalink
Merge pull request #1238 from nupplaphil/fix/git_config
Browse files Browse the repository at this point in the history
Fix woodpecker GIT email/name
  • Loading branch information
MrPetovan authored Feb 24, 2022
2 parents 7be6eb5 + 25e95fa commit 95fcf98
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .woodpecker/.code_standards_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pipeline:
clone_friendica_addon:
image: alpine/git
commands:
- git config --global user.email "[email protected]"
- git config --global user.name "Friendica"
- git clone $CI_REPO_LINK addon
- cd addon/
- git checkout $CI_COMMIT_BRANCH
Expand Down
2 changes: 2 additions & 0 deletions .woodpecker/.continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ pipeline:
clone_friendica_addon:
image: alpine/git
commands:
- git config --global user.email "[email protected]"
- git config --global user.name "Friendica"
- git clone $CI_REPO_LINK addon
- cd addon/
- git checkout $CI_COMMIT_BRANCH
Expand Down
2 changes: 2 additions & 0 deletions .woodpecker/.messages.po_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pipeline:
clone_friendica_addon:
image: alpine/git
commands:
- git config --global user.email "[email protected]"
- git config --global user.name "Friendica"
- git clone $CI_REPO_LINK addon
- cd addon/
- git checkout $CI_COMMIT_BRANCH
Expand Down
2 changes: 2 additions & 0 deletions .woodpecker/.releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ pipeline:
clone_friendica_addon:
image: alpine/git
commands:
- git config --global user.email "[email protected]"
- git config --global user.name "Friendica"
- git clone $CI_REPO_LINK addon
- cd addon/
- git checkout $CI_COMMIT_BRANCH
Expand Down

0 comments on commit 95fcf98

Please sign in to comment.