Skip to content

Commit

Permalink
use just short for docker img
Browse files Browse the repository at this point in the history
  • Loading branch information
rodesai committed Jun 28, 2024
1 parent 0c75f25 commit e27fd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-client-examples/e2e-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ fun String.runCommand(wd: File = file("./")): String {
}

val kc_version = project(":kafka-client").version
version = "$kc_version" + "-" + "git rev-parse --short=8 HEAD".runCommand(wd = rootDir)
version = "$kc_version" + "-" + "git rev-parse --short HEAD".runCommand(wd = rootDir)

responsive_docker.dockerImage.set("e2e-test:$version")

0 comments on commit e27fd93

Please sign in to comment.