fix ip of testserver
This commit is contained in:
parent
7476e2397d
commit
05ea72a8ca
@ -146,8 +146,8 @@ Test_Server_MANUAL:
|
|||||||
- echo "$SSH_PRIVATE_KEY_2" | ssh-add -
|
- echo "$SSH_PRIVATE_KEY_2" | 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.209:/tmp/
|
- scp deb/OpenMediaCenter-*.deb root@192.168.0.44:/tmp/
|
||||||
- ssh root@192.168.0.209 "DEBIAN_FRONTEND=noninteractive apt-get --reinstall -y -qq install /tmp/OpenMediaCenter-*.deb && rm /tmp/OpenMediaCenter-*.deb"
|
- ssh root@192.168.0.44 "DEBIAN_FRONTEND=noninteractive apt-get --reinstall -y -qq install /tmp/OpenMediaCenter-*.deb && rm /tmp/OpenMediaCenter-*.deb"
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
Test_Server_2_CD:
|
Test_Server_2_CD:
|
||||||
@ -158,4 +158,4 @@ Test_Server_2_CD:
|
|||||||
|
|
||||||
Test_Server_2_MANUAL:
|
Test_Server_2_MANUAL:
|
||||||
extends: .Test_Server_2_Common
|
extends: .Test_Server_2_Common
|
||||||
when: manual
|
when: manual
|
||||||
|
Loading…
Reference in New Issue
Block a user