Skip to content

Commit

Permalink
Merge pull request #180 from NipunaMadhushan/fix-build-failure
Browse files Browse the repository at this point in the history
Fix build failure
  • Loading branch information
NipunaMadhushan authored Aug 6, 2024
2 parents 6e0099f + 5ecdfed commit 2ffcb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ task startJaegerServer() {
if (!stdOut.toString().contains("jaeger-server")) {
println "Starting Jaeger server."
exec {
commandLine 'sh', '-c', "docker-compose -f $project.projectDir/resources/jaeger-server/docker-compose.yml up -d"
commandLine 'sh', '-c', "docker compose -f $project.projectDir/resources/jaeger-server/docker-compose.yml up -d"
standardOutput = stdOut
}
println stdOut.toString()
Expand Down

0 comments on commit 2ffcb00

Please sign in to comment.