Skip to content

Commit

Permalink
Fixed docker compose script so that it fails if any container fails
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Jun 21, 2024
1 parent 3a6cc1b commit ff1b0fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void createLauncher() {
set -euo pipefail
cd $(dirname "$0")
cd "%s/%s"
docker compose up
docker compose up --abort-on-container-failure
"""
.formatted(relPath, packageRoot.relativize(srcGenPath));
var messageReporter = context.getErrorReporter();
Expand Down

0 comments on commit ff1b0fe

Please sign in to comment.