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