Skip to content

Commit

Permalink
Fixed typo in CircleCI script
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertMemSQL committed Apr 12, 2024
1 parent 019b089 commit 1b97c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -52,10 +52,10 @@ jobs:
if [ << parameters.spark_version >> == '3.1.3' ]
then
sbt ++2.12.12 "testOnly -- -l ExcludeFromSpark31" -Dspark.version=<< parameters.spark_version >>
if [ << parameters.spark_version >> == '3.2.4' ]
elif [ << parameters.spark_version >> == '3.2.4' ]
then
sbt ++2.12.12 "testOnly -- -l ExcludeFromSpark32" -Dspark.version=<< parameters.spark_version >>
if [ << parameters.spark_version >> == '3.3.4' ]
elif [ << parameters.spark_version >> == '3.3.4' ]
then
sbt ++2.12.12 "testOnly -- -l ExcludeFromSpark33" -Dspark.version=<< parameters.spark_version >>
elif [ << parameters.spark_version >> == '3.4.2' ]
Expand Down

0 comments on commit 1b97c1f

Please sign in to comment.