We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8173288 commit 4d48839Copy full SHA for 4d48839
.circleci/wait-for-job-finish.sh
@@ -24,7 +24,7 @@ while [ "$counter" -le 1500 ]; do
24
running_nodes=$(echo "$nodes" | jq -r --arg IDX "$CIRCLE_NODE_INDEX" 'select(.status=="running") | select(.index|tostring!=$IDX)')
25
count=$(echo "$running_nodes" | grep -c -e "running" || test $? = 1;)
26
if [ "$count" -eq 0 ]; then
27
- echo "Checking from CIRCLE_NODE_INDEX=$CIRCLE_NODE_INDEX: Parallel running nodes have finished. Waited $counter seconds. Exiting wait-for-job-finish script."
+ echo "Checking from NODE_INDEX #$CIRCLE_NODE_INDEX: Parallel running nodes have finished. Waited $counter seconds."
28
echo "$nodes"
29
exit 0
30
fi
0 commit comments