Skip to content

Commit

Permalink
[MINOR] improvement(catalog-doris): Upgrade Doris CI image version to…
Browse files Browse the repository at this point in the history
… 0.1.2 (apache#2878)

### What changes were proposed in this pull request?

Change the Doris CI image version from 0.1.1 to 0.1.2.

### Why are the changes needed?

0.1.2 has several improvements to make the CI more stable. 

### Does this PR introduce _any_ user-facing change?

N/A.

### How was this patch tested?

N/A.
  • Loading branch information
yuqi1129 authored Apr 11, 2024
1 parent ee76305 commit 6bf3ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogs/catalog-jdbc-doris/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tasks.test {
dependsOn(tasks.jar)

doFirst {
environment("GRAVITINO_CI_DORIS_DOCKER_IMAGE", "datastrato/gravitino-ci-doris:0.1.1")
environment("GRAVITINO_CI_DORIS_DOCKER_IMAGE", "datastrato/gravitino-ci-doris:0.1.2")
}

val init = project.extra.get("initIntegrationTest") as (Test) -> Unit
Expand Down

0 comments on commit 6bf3ae5

Please sign in to comment.