Skip to content

Commit

Permalink
debug github action2
Browse files Browse the repository at this point in the history
Signed-off-by: zhangl <[email protected]>
  • Loading branch information
LiilyZhang committed Nov 3, 2023
1 parent 3a48b1a commit d23d1c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/gov/verify_agreements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ function verifyServices() {
NUMSERV=$(echo ${ALLSERV} | jq -r '. | length')

echo -e "There are ${NUMSERV} active services running"
echo -e "all services: ${ALLSERV}"

for ((ix = 0; ix < $NUMSERV; ix++)); do
INST=$(echo ${ALLSERV} | jq -r '.['$ix']')
Expand All @@ -263,6 +264,7 @@ function verifyServices() {
echo -e "${PREFIX} working on service ${ix}, ${REFORG}/${REFURL}"

if [ "${REFURL}" == "https://bluehorizon.network/services/location" ]; then
echo "location instance: ${INST}"
handleLocation "${INST}"
elif [ "${REFURL}" == "https://bluehorizon.network/service-cpu" ] && [ "${REFORG}" == "IBM" ] && [ "${HZN_REG_TEST}" != "1" ]; then
handleCPU "${INST}"
Expand Down

0 comments on commit d23d1c8

Please sign in to comment.