mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Fix indentation and identification (#3111)
This commit is contained in:
parent
7c4a61a17f
commit
1742fb2b97
1 changed files with 11 additions and 9 deletions
|
@ -133,6 +133,8 @@ steps:
|
||||||
- ssh-keyscan -t rsa github.com >> $HOME/.ssh/known_hosts
|
- ssh-keyscan -t rsa github.com >> $HOME/.ssh/known_hosts
|
||||||
- echo "$BOT_PRIVATE_KEY" > $HOME/.ssh/id_rsa
|
- echo "$BOT_PRIVATE_KEY" > $HOME/.ssh/id_rsa
|
||||||
- chmod 0600 $HOME/.ssh/id_rsa
|
- chmod 0600 $HOME/.ssh/id_rsa
|
||||||
|
- git config --global user.email "woodpecker-bot@obermui.de"
|
||||||
|
- git config --global user.name "woodpecker-bot"
|
||||||
- cd ./docs_repo
|
- cd ./docs_repo
|
||||||
- git add .
|
- git add .
|
||||||
# exit successfully if nothing changed
|
# exit successfully if nothing changed
|
||||||
|
|
Loading…
Reference in a new issue