This commit is contained in:
parent
2b86ccfc24
commit
75b96f5525
1 changed files with 1 additions and 1 deletions
|
|
@ -17,8 +17,8 @@ steps:
|
|||
- git config --global user.name CI
|
||||
- git add .
|
||||
- git commit -m "Build ${CI_BUILD_NUMBER}"
|
||||
- mkdir -p .ssh/config
|
||||
- eval $(ssh-agent -s)
|
||||
- mkdir .ssh/config
|
||||
- echo "$SSH_PRIV_KEY" | tr -d '\r' | ssh-add -
|
||||
- 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
- git push origin main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue