Skip to content

Commit

Permalink
Copy log file for each successful build (for debugging reasons)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Apr 21, 2018
1 parent 7007ee1 commit 93cbd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/build-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ def upload(file_path, github_release):

# Notify Slack
slack_upload_log(log, "%s: Build logs for %s" % (platform.system(), app_name), "Successful build: %s" % download_url)
shutil.copyfile(log_path, "%s.log" % app_upload_path)

else:
# App doesn't exist (something went wrong)
Expand Down

0 comments on commit 93cbd7a

Please sign in to comment.