Skip to content

Commit ca939fd

Browse files
committed
replace env variable CI with CIRCLECI
1 parent c360099 commit ca939fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/orca_generate.sh

Lines changed: 1 addition & 1 deletion
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 "$CIRCLECI" ]
2424
then
2525
echo "Work split accross $CIRCLE_NODE_TOTAL nodes"
2626
echo "Currently $CIRCLE_NODE_INDEX"

0 commit comments

Comments
 (0)