Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
f3660280
Unverified
Commit
f3660280
authored
7 years ago
by
Joe Haddad
Browse files
Options
Download
Email Patches
Plain Diff
Fix CI
parent
e17c3922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/e2e-kitchensink.sh
+2
-2
tasks/e2e-kitchensink.sh
with
2 additions
and
2 deletions
+2
-2
tasks/e2e-kitchensink.sh
+
2
-
2
View file @
f3660280
...
...
@@ -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
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment