Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored and romaindso committed Jul 10, 2017
1 parent b0cac69 commit 61d9686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ PORT=3001 \
nohup npm start &>$tmp_server_log &
while true
do
if grep -q 'The app is running at:' $tmp_server_log; then
if grep -q 'You can now view' $tmp_server_log; then
break
else
sleep 1
Expand Down Expand Up @@ -230,7 +230,7 @@ PORT=3002 \
nohup npm start &>$tmp_server_log &
while true
do
if grep -q 'The app is running at:' $tmp_server_log; then
if grep -q 'You can now view' $tmp_server_log; then
break
else
sleep 1
Expand Down

0 comments on commit 61d9686

Please sign in to comment.