auto-format #20
@ -118,6 +118,7 @@ steps:
|
|||||||
- echo "$SSH_PRIVATE_KEY" > /tmp/ssh
|
- echo "$SSH_PRIVATE_KEY" > /tmp/ssh
|
||||||
- mkdir -p "$${HOME}/.ssh"
|
- mkdir -p "$${HOME}/.ssh"
|
||||||
- echo "$SSH_CONFIG_APPEND" >> "$${HOME}/.ssh/config"
|
- echo "$SSH_CONFIG_APPEND" >> "$${HOME}/.ssh/config"
|
||||||
|
- cat "$${HOME}/.ssh/config"
|
||||||
- git config --local core.sshCommand "/usr/bin/ssh -i /tmp/ssh"
|
- git config --local core.sshCommand "/usr/bin/ssh -i /tmp/ssh"
|
||||||
- git config --local user.name "wanessa"
|
- git config --local user.name "wanessa"
|
||||||
- git config --local user.email "$GIT_EMAIL_ADDRESS"
|
- git config --local user.email "$GIT_EMAIL_ADDRESS"
|
||||||
|
Reference in New Issue
Block a user