Skip to content

Commit 4f910e3

Browse files
authored
Merge pull request #151 from OpenLiberty/staging
Merge staging to prod - attempt to fix the daily build docker compose command issue (#150)
2 parents a7af3b1 + 2be34e7 commit 4f910e3

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)