Skip to content

Commit 4d48839

Browse files
committed
update
1 parent 8173288 commit 4d48839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/wait-for-job-finish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ while [ "$counter" -le 1500 ]; do
2424
running_nodes=$(echo "$nodes" | jq -r --arg IDX "$CIRCLE_NODE_INDEX" 'select(.status=="running") | select(.index|tostring!=$IDX)')
2525
count=$(echo "$running_nodes" | grep -c -e "running" || test $? = 1;)
2626
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."
27+
echo "Checking from NODE_INDEX #$CIRCLE_NODE_INDEX: Parallel running nodes have finished. Waited $counter seconds."
2828
echo "$nodes"
2929
exit 0
3030
fi

0 commit comments

Comments
 (0)