fix non support of <() syntax within sh shell
This commit is contained in:
parent
7aeb14c120
commit
4465840657
@ -121,7 +121,7 @@ Test_Server:
|
|||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
- echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||||
- scp deb/OpenMediaCenter-*.deb root@192.168.0.42:/tmp/
|
- scp deb/OpenMediaCenter-*.deb root@192.168.0.42:/tmp/
|
||||||
|
Loading…
Reference in New Issue
Block a user