Skip to content

Commit

Permalink
Open_stest_task
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangZhengSi committed Nov 29, 2018
1 parent 13bcf21 commit 09f32c6
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 @@ -35,7 +35,7 @@ change_branch_CMD="sed -i '1c branch_name_in_CI=$TRAVIS_BRANCH' /data/workspace/

echo "$TRAVIS_BRANCH"

if [[ "$TRAVIS_BRANCH" = "Odyssey_v3.2.1" ]];then
if [[ "$TRAVIS_BRANCH" = "develop" || "$TRAVIS_BRANCH" = "Odyssey_v3.2.1" ]];then
echo "init env"
ssh java-tron@$stest_server -p 22008 $change_branch_CMD
ssh java-tron@$stest_server -p 22008 sh /data/workspace/docker_workspace/do_stest.sh >$stestlogname 2>&1
Expand Down

0 comments on commit 09f32c6

Please sign in to comment.