Skip to content

Commit

Permalink
debug github action
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 7766385 commit 3a48b1a
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 @@ -145,6 +145,8 @@ function handleLocation() {

# Grab the map of networks. There should be 3, each is a key in the map.
NETS=$(echo $1 | jq -r '.containers[0].NetworkSettings.Networks')
echo -e "network for location service: $NETS"
docker network ls
NUM_NETS=$(echo ${NETS} | jq -r '. | length')
if [ "${NUM_NETS}" != "3" ]; then
echo -e "${PREFIX} ${REFURL} should have 3 networks, but there are ${NUM_NETS}"
Expand Down

0 comments on commit 3a48b1a

Please sign in to comment.