Skip to content

Commit

Permalink
Update docker-compose command to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Aug 26, 2024
1 parent dc8c379 commit 12b4de7
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 @@ -207,7 +207,7 @@ task stopLdapServer() {
if (stdOut.toString().contains("openldap-server")) {
println "Stopping LDAP server."
exec {
commandLine 'sh', '-c', "docker-compose -f tests/resources/openldap/compose.yml rm -svf"
commandLine 'sh', '-c', "docker compose -f tests/resources/openldap/compose.yml rm -svf"
standardOutput = stdOut
}
println stdOut.toString()
Expand Down

0 comments on commit 12b4de7

Please sign in to comment.