Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c360099

Browse files
committed
fix missing whitespace
1 parent 02abebb commit c360099

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/orca_generate.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deterministic_shuffle()
2020
shuf --random-source=<(get_seeded_random "0")
2121
}
2222

23-
if [ -z "$CI"]
23+
if [ -z "$CI" ]
2424
then
2525
echo "Work split accross $CIRCLE_NODE_TOTAL nodes"
2626
echo "Currently $CIRCLE_NODE_INDEX"
@@ -37,7 +37,6 @@ ls $MOCKS/*.json | awk '!/mapbox/' | \
3737
# Split in chunks of 20
3838
xargs -P1 -n20 xvfb-run -a orca graph --verbose --output-dir $TEST_IMAGES
3939

40-
# Call compare.sh#
4140
echo "Comparing with baselines"
4241
find $TEST_IMAGES -type f -name "*.png" -printf "%f\n" | \
4342
# shuf | \

0 commit comments

Comments
 (0)