mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
only need to invoke artifact tool once
This commit is contained in:
parent
64f123563b
commit
7dde322ce2
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue