Skip to content
Snippets Groups Projects
Commit e2705377 authored by skorpy's avatar skorpy :construction_worker:
Browse files

api/update-nodes.sh: change select to mapType=="structural"

parent b14ab1c5
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -8,7 +8,7 @@ if [[ $# -ne 1 ]]; then
fi
apiFile=$1
nodesFiles=$(jq -r '.nodeMaps[]|select(.technicalType=="nodelist").url' "${apiFile}")
nodesFiles=$(jq -r '.nodeMaps[]|select(.mapType=="structural").url' "${apiFile}")
currentDate=$(date -u '+%Y-%m-%dT%T.%NZ')
totalNodesCount=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment