diff --git a/scripts/ci/end-to-end-tests.sh b/scripts/ci/end-to-end-tests.sh index fe180daf74..64e022b370 100644 --- a/scripts/ci/end-to-end-tests.sh +++ b/scripts/ci/end-to-end-tests.sh @@ -7,8 +7,7 @@ set -ev upload_logs() { - buildkite-agent artifact upload synapse/installations/consent/homeserver.log - buildkite-agent artifact upload logs/**/* + buildkite-agent artifact upload "logs/**/*;synapse/installations/consent/homeserver.log" } handle_error() {