Skip to content

Commit 2777d54

Browse files
committed
[ci] Use --batch in CircleCI script
1 parent cf30517 commit 2777d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/circle_parallel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ elif [ "$NODE_INDEX" = "2" ]; then
2828
git checkout -- .
2929

3030
# look for outdated samples
31-
./bin/utils/ensure-up-to-date
31+
./bin/utils/ensure-up-to-date --batch
3232
fi
3333
#elif [ "$NODE_INDEX" = "3" ]; then
3434
echo "Running node $NODE_INDEX to test haskell"

0 commit comments

Comments
 (0)