Now the script will launch the gitpod specific Forem url once the web server is ready. (#14697)
This commit is contained in:
parent
d60d26b148
commit
41b3171dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ tasks:
|
|||
- command: >
|
||||
gp await-port 3000 &&
|
||||
printf "Waiting for Forem server ..." &&
|
||||
until $(curl -sNL $(gp url 3000) | grep -q "DEV"); do printf '.'; sleep 5; done && echo "" &&
|
||||
until $(curl -sNL $(gp url 3000) | grep -q "Forem"); do printf '.'; sleep 5; done && echo "" &&
|
||||
gp preview $(gp url 3000)
|
||||
|
||||
github:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue