We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c1703 commit db21687Copy full SHA for db21687
1 file changed
services
@@ -94,12 +94,12 @@ waitForUserContext () {
94
95
waitForCoreContext () {
96
echo -e "\n⏳ Checking availability of \033[1m core @context\033[0m from ETSI\n"
97
- getHeartbeat "${CORE_CONTEXT}"
+ eval "response=$(docker run --rm curlimages/curl -s -o /dev/null -w "%{http_code}" "$CORE_CONTEXT")"
98
while [ "${response}" -eq 000 ]
99
do
100
echo -e "\n@context HTTP state: ${response} (waiting for 200)"
101
pause 3
102
103
done
104
}
105
0 commit comments