This commit is contained in:
parent
1046cba72d
commit
f958d8f05c
@ -88,7 +88,7 @@ jobs:
|
|||||||
while ! curl --output /dev/null --silent --head --fail http://live-server:8081; do
|
while ! curl --output /dev/null --silent --head --fail http://live-server:8081; do
|
||||||
if [ $attempts -eq $max_attempts ]; then
|
if [ $attempts -eq $max_attempts ]; then
|
||||||
echo "Live server not ready after $max_attempts attempts"
|
echo "Live server not ready after $max_attempts attempts"
|
||||||
echo "${{ toJson(jobs) }}"
|
echo "${{ toJson(job) }}"
|
||||||
echo "${{ job.services.live-server.id }}"
|
echo "${{ job.services.live-server.id }}"
|
||||||
echo "${{ job.services.tibi-server.id }}"
|
echo "${{ job.services.tibi-server.id }}"
|
||||||
echo "${{ job.services.mongo.id }}"
|
echo "${{ job.services.mongo.id }}"
|
||||||
@ -106,7 +106,7 @@ jobs:
|
|||||||
- name: Test HTTP Request
|
- name: Test HTTP Request
|
||||||
run: |
|
run: |
|
||||||
echo "Live server not ready after $max_attempts attempts"
|
echo "Live server not ready after $max_attempts attempts"
|
||||||
echo "${{ toJson(jobs) }}"
|
echo "${{ toJson(job) }}"
|
||||||
echo "${{ job.services.live-server.id }}"
|
echo "${{ job.services.live-server.id }}"
|
||||||
echo "${{ job.services.tibi-server.id }}"
|
echo "${{ job.services.tibi-server.id }}"
|
||||||
echo "${{ job.services.mongo.id }}"
|
echo "${{ job.services.mongo.id }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user