mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 13:15:19 +02:00
fix: keep operator stdout when teeing build output to file
This commit is contained in:
@@ -881,7 +881,7 @@ dokku_setup_build_capture() {
|
||||
mkdir -p "$DIR" && : >"$LOG"
|
||||
export DOKKU_BUILD_LOG_FILE="$LOG"
|
||||
plugn trigger builds-record-start "$APP" "$DOKKU_BUILD_ID" "$$" "$SOURCE" || true
|
||||
exec &> >(tee -a "$LOG" | logger -i -t "dokku-${DOKKU_BUILD_ID}")
|
||||
exec &> >(tee -a "$LOG" >(logger -i -t "dokku-${DOKKU_BUILD_ID}"))
|
||||
}
|
||||
|
||||
acquire_app_deploy_lock() {
|
||||
|
||||
Reference in New Issue
Block a user