Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siwany committed Jul 9, 2024
1 parent 8f7ecfa commit 3d117fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/testApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mvn -ntp -Dhttp.keepAlive=false \
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \
-pl inventory -q package liberty:create liberty:install-feature liberty:deploy

docker pull icr.io/ibm-messaging/mq:latest
docker pull --platform linux/amd64 icr.io/ibm-messaging/mq:latest

docker volume create qm1data

Expand Down

0 comments on commit 3d117fc

Please sign in to comment.