Skip to content

Commit fb779e1

Browse files
author
Jessica Lin
authored
Remove extra "done"
1 parent 26511cc commit fb779e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.jenkins/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
8787
fi
8888
count=$((count+1))
8989
done
90-
done
9190
for filename in $(find prototype_source/ -name '*.py' -not -path '*/data/*'); do
9291
if [ $(($count % $NUM_WORKERS)) != $WORKER_ID ]; then
9392
echo "Removing runnable code from "$filename

0 commit comments

Comments
 (0)