Skip to content

Commit 634aee9

Browse files
Ruilin-Magkwan-ibm
andauthored
attempt to fix the daily build docker compose command issue (#150)
Signed-off-by: Ruilin Ma <[email protected]> Co-authored-by: Gilbert Kwan <[email protected]>
1 parent e4a56b9 commit 634aee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/testApp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euxo pipefail
55

66
# Start Pact Broker
77
cd ..
8-
docker-compose -f "pact-broker/docker-compose.yml" up -d --build
8+
docker compose -f "pact-broker/docker-compose.yml" up -d --build
99

1010
## Build the inventory service
1111
# package - Take the compiled code and package it in its distributable format.
@@ -42,7 +42,7 @@ mvn -ntp failsafe:integration-test liberty:stop
4242

4343
## Remove the pact-broker application
4444
cd ../..
45-
docker-compose -f "pact-broker/docker-compose.yml" down
45+
docker compose -f "pact-broker/docker-compose.yml" down
4646
docker rmi postgres:16.2
4747
docker rmi pactfoundation/pact-broker:latest
4848
docker volume rm pact-broker_postgres-volume

0 commit comments

Comments
 (0)