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 02abebb commit c360099Copy full SHA for c360099
.circleci/orca_generate.sh
@@ -20,7 +20,7 @@ deterministic_shuffle()
20
shuf --random-source=<(get_seeded_random "0")
21
}
22
23
-if [ -z "$CI"]
+if [ -z "$CI" ]
24
then
25
echo "Work split accross $CIRCLE_NODE_TOTAL nodes"
26
echo "Currently $CIRCLE_NODE_INDEX"
@@ -37,7 +37,6 @@ ls $MOCKS/*.json | awk '!/mapbox/' | \
37
# Split in chunks of 20
38
xargs -P1 -n20 xvfb-run -a orca graph --verbose --output-dir $TEST_IMAGES
39
40
-# Call compare.sh#
41
echo "Comparing with baselines"
42
find $TEST_IMAGES -type f -name "*.png" -printf "%f\n" | \
43
# shuf | \
0 commit comments