File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22if [[ " $TRAVIS_BRANCH " = " develop" || " $TRAVIS_BRANCH " = " master" ]]; then
33 stestlogname=" ` date +%Y%m%d%H%M%S` _stest.log"
4+ echo " try to test stest_server network"
45 timeout 10 ping -c 5 47.93.42.145 > /dev/null || exit 1
56 timeout 10 ping -c 5 47.93.18.60 > /dev/null || exit 1
7+ echo " stest_server network good"
68 stest_server=" "
79 docker_num_in_145=
` ssh -p 22008 -t [email protected] ' docker ps -a | wc -l' ` 810 docker_num_in_145=` echo $docker_num_in_145 | tr -d " \r" `
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- if [ $encrypted_e5855cb9e09c_key ]; then
4- openssl aes-256-cbc -K $encrypted_e5855cb9e09c_key -iv $encrypted_e5855cb9e09c_iv -in tron.enc -out tron -d
3+ if [ $encrypted_43b7d2f1321f_key ]; then
4+ openssl aes-256-cbc -K $encrypted_43b7d2f1321f_key -iv $encrypted_43b7d2f1321f_iv -in tron.enc -out tron -d
55 cat tron > ~ /.ssh/id_rsa
66 chmod 600 ~ /.ssh/id_rsa
77 echo " Add docker server success"
You can’t perform that action at this time.
0 commit comments