Authored by jimi.ji

deploy

@@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@
3 <component name="ChangeListManager"> 3 <component name="ChangeListManager">
4 <list default="true" id="73f1c4c4-a4e0-4e72-aa1b-7be1b346abcf" name="Default" comment=""> 4 <list default="true" id="73f1c4c4-a4e0-4e72-aa1b-7be1b346abcf" name="Default" comment="">
5 <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" /> 5 <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
6 - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/Docker-Image-Deplopy/aws/awsdeploy.sh" afterPath="$PROJECT_DIR$/Docker-Image-Deplopy/aws/awsdeploy.sh" />  
7 </list> 6 </list>
8 <ignored path="$PROJECT_DIR$/out/" /> 7 <ignored path="$PROJECT_DIR$/out/" />
9 <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> 8 <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
@@ -659,12 +658,12 @@ @@ -659,12 +658,12 @@
659 <workItem from="1545890694011" duration="11746000" /> 658 <workItem from="1545890694011" duration="11746000" />
660 <workItem from="1545905663805" duration="1370000" /> 659 <workItem from="1545905663805" duration="1370000" />
661 <workItem from="1545965888175" duration="20585000" /> 660 <workItem from="1545965888175" duration="20585000" />
662 - <workItem from="1546047561789" duration="13526000" /> 661 + <workItem from="1546047561789" duration="13950000" />
663 </task> 662 </task>
664 <servers /> 663 <servers />
665 </component> 664 </component>
666 <component name="TimeTrackingManager"> 665 <component name="TimeTrackingManager">
667 - <option name="totallyTimeSpent" value="47227000" /> 666 + <option name="totallyTimeSpent" value="47651000" />
668 </component> 667 </component>
669 <component name="ToolWindowManager"> 668 <component name="ToolWindowManager">
670 <frame x="-8" y="-8" width="1382" height="744" extended-state="6" /> 669 <frame x="-8" y="-8" width="1382" height="744" extended-state="6" />
@@ -56,7 +56,7 @@ do @@ -56,7 +56,7 @@ do
56 EVENTMESSAGENORMAL="(service "${SERVICE_NAME}") has reached a steady state" 56 EVENTMESSAGENORMAL="(service "${SERVICE_NAME}") has reached a steady state"
57 echo "check event result : aws cli is : $EVENTMESSAGE" 57 echo "check event result : aws cli is : $EVENTMESSAGE"
58 echo "check event result : EVENTMESSAGENORMAL cli is : $EVENTMESSAGENORMAL" 58 echo "check event result : EVENTMESSAGENORMAL cli is : $EVENTMESSAGENORMAL"
59 - if [[ "$EVENTMESSAGE" == *has reached a steady state* ]];then 59 + if [[ "$EVENTMESSAGE" == *"has reached a steady state"* ]];then
60 echo "check aws event is succeed" 60 echo "check aws event is succeed"
61 break; 61 break;
62 fi 62 fi