Skip to content

Commit

Permalink
Update docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Aug 2, 2024
1 parent bd300da commit 1e91641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ task stopMqttServer() {
if (stdOut.toString().contains("mqtt-test")) {
println "Stopping Mqtt server."
exec {
commandLine 'sh', '-c', "docker-compose -f tests/resources/docker-compose.yaml rm -svf"
commandLine 'sh', '-c', "docker compose -f tests/resources/compose.yaml rm -svf"
standardOutput = stdOut
}
println stdOut.toString()
Expand Down

0 comments on commit 1e91641

Please sign in to comment.