Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #345 from ballerina-platform/niveathika-patch-1
Browse files Browse the repository at this point in the history
Update CODEOWNERS
  • Loading branch information
niveathika authored Aug 29, 2024
2 parents b8e97b3 + b87fe12 commit 74bef12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# See: https://help.github.com/articles/about-codeowners/

# These owners will be the default owners for everything in the repo.
* @shafreenAnfar @aashikam
* @aashikam @niveathika @shafreenAnfar
4 changes: 2 additions & 2 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ task startNatsServer() {
if (!stdOut.toString().contains("nats-streaming-1")) {
println "Starting NATS Streaming servers."
exec {
commandLine 'sh', '-c', "docker-compose -f tests/server/docker-compose.yaml up -d"
commandLine 'sh', '-c', "docker compose -f tests/server/compose.yaml up -d"
standardOutput = stdOut
}
println stdOut.toString()
Expand All @@ -138,7 +138,7 @@ task stopNatsServer() {
if (stdOut.toString().contains("nats-streaming-1")) {
println "Stopping NATS Streaming servers."
exec {
commandLine 'sh', '-c', "docker-compose -f tests/server/docker-compose.yaml rm -svf"
commandLine 'sh', '-c', "docker compose -f tests/server/compose.yaml rm -svf"
standardOutput = stdOut
}
println stdOut.toString()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
nats-streaming-1:
image: nats-streaming:latest
Expand Down

0 comments on commit 74bef12

Please sign in to comment.