Skip to content

Commit

Permalink
Sync Rake task output
Browse files Browse the repository at this point in the history
On GitHub Actions the Rake task output isn't printed immediately but
buffered until the processed exists. Add this line to output the puts
statements immediately.
  • Loading branch information
tombruijn committed Oct 2, 2024
1 parent 665e6ee commit 997f13a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$stdout.sync = true

DOCKER_IMAGE_NAME = "appsignal/appsignal-kubernetes".freeze
BUILDX_NAME = "appsignal-kubernetes-builder".freeze
RELEASE_DIR = "release".freeze
Expand Down

0 comments on commit 997f13a

Please sign in to comment.