Skip to content

Commit

Permalink
Merge branch 'master' into byk/ci/postgres-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Dec 30, 2024
2 parents f41a7e6 + 1bb22c0 commit 413b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ MINIMIZE_DOWNTIME="${MINIMIZE_DOWNTIME:-}"
STOP_TIMEOUT=60

# Save logs in order to send envelope to Sentry
log_file=sentry_"$cmd"_log-$(date +'%Y-%m-%d_%H-%M-%S').txt
log_file=sentry_"${cmd%% *}"_log-$(date +'%Y-%m-%d_%H-%M-%S').txt
exec &> >(tee -a "$log_file")
version=""

Expand Down

0 comments on commit 413b08e

Please sign in to comment.