Flag order apparently matters to Docker Compose.
test / test (push) Waiting to run Details

This commit is contained in:
Dan Helfman 2024-03-06 14:55:55 -08:00
parent e14f61415b
commit 1339509e9b
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ if [ -e "$USER_PODMAN_SOCKET_PATH" ]; then
export DOCKER_HOST="unix://$USER_PODMAN_SOCKET_PATH"
fi
docker-compose --file tests/end-to-end/docker-compose.yaml up --force-recreate \
--renew-anon-volumes --abort-on-container-exit --exit-code-from tests --progress plain
docker-compose --file tests/end-to-end/docker-compose.yaml --progress plain up --force-recreate \
--renew-anon-volumes --abort-on-container-exit --exit-code-from tests
find . -name borgmatic-1.8.9.dev0