Skip to content

Commit

Permalink
update doris docker images version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoukangcn committed Apr 11, 2024
1 parent 4e5c7f9 commit 07291f7
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.2")
environment("GRAVITINO_CI_DORIS_DOCKER_IMAGE", "zhoukangcn/gravitino-ci-doris:0.1.2")
}

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

0 comments on commit 07291f7

Please sign in to comment.