Skip to content

Commit

Permalink
Merge pull request #1634 from tronprotocol/feature/add_deployconfig
Browse files Browse the repository at this point in the history
add_deploy_config
  • Loading branch information
wangzichichi authored Oct 24, 2018
2 parents d5c7773 + e14076a commit 29d6111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

echo "$TRAVIS_BRANCH"

if [[ "$TRAVIS_BRANCH" = "develop" || "$TRAVIS_BRANCH" = "master" ]];then
if [[ "$TRAVIS_BRANCH" = "develop" || "$TRAVIS_BRANCH" = "master" || "$TRAVIS_BRANCH" = "Odyssey_v3.2" ]];then
echo "init env"
ssh java-tron@$stest_server -p 22008 sh /data/workspace/docker_workspace/stest.sh >$stestlogname 2>&1
if [[ `find $stestlogname -type f | xargs grep "Connection refused"` =~ "Connection refused" || `find $stestlogname -type f | xargs grep "stest FAILED"` =~ "stest FAILED" ]];
Expand Down

0 comments on commit 29d6111

Please sign in to comment.