Skip to content

Commit

Permalink
Build before publishing in e2e operator tests (#710)
Browse files Browse the repository at this point in the history
* Build before publishing

* Add sample app build as dependency
  • Loading branch information
bryan-aguilar authored Jan 10, 2024
1 parent 2c9c129 commit c465b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample-apps/spark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ tasks {
dependsOn(":otelagent:jibDockerBuild")
}
register<BuildImageTask>("jibBuildWithoutAgent") {
dependsOn(":sample-apps:spark:build")
val j = JibExtension(project)
j.configureImages(
"eclipse-temurin:17",
Expand Down

0 comments on commit c465b5d

Please sign in to comment.