Skip to content

Commit

Permalink
update3
Browse files Browse the repository at this point in the history
Signed-off-by: Le Zhang <zhangl@us.ibm.com>
  • Loading branch information
LiilyZhang committed Nov 7, 2023
1 parent 273930d commit d1259e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gov/verify_agreements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function handleLocation() {
echo -e "network for location service: $NETS"
docker network ls
docker version
apt-cache madison docker-ce | awk '{ print $3 }'
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 d1259e9

Please sign in to comment.