Skip to content

Commit

Permalink
Trivial spelling fix
Browse files Browse the repository at this point in the history
I want to find out how flaky the CI is, so let's edit something that really shouldn't cause any issues at all
  • Loading branch information
elharo authored and tdcmeehan committed Feb 28, 2024
1 parent eeda9c4 commit 584f112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ commands:
name: "Maven Install"
command: |
export MAVEN_OPTS=<< parameters.maven_install_opts>>
# Sometimes mvn build fails because of network failures. Add logic to rerun the build to avoid non PR-relelated CI failures.
# Sometimes mvn build fails because of network failures. Add logic to rerun the build to avoid non PR-related CI failures.
for i in $(seq 1 3); do ./mvnw clean install << parameters.maven_fast_install>> -pl 'presto-native-execution' -am && s=0 && break || s=$? && sleep 10; done; (exit $s)
executors:
Expand Down

0 comments on commit 584f112

Please sign in to comment.