You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Don't use buildkite agent to upload logs
This commit is contained in:
@ -6,16 +6,8 @@
|
|||||||
|
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
upload_logs() {
|
|
||||||
echo "--- Uploading logs"
|
|
||||||
buildkite-agent artifact upload "logs/**/*;synapse/installations/consent/homeserver.log"
|
|
||||||
}
|
|
||||||
|
|
||||||
handle_error() {
|
handle_error() {
|
||||||
EXIT_CODE=$?
|
EXIT_CODE=$?
|
||||||
if [ $TESTS_STARTED -eq 1 ]; then
|
|
||||||
upload_logs
|
|
||||||
fi
|
|
||||||
exit $EXIT_CODE
|
exit $EXIT_CODE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user