Skip to content

Commit

Permalink
Real time output for tool deploy scripts (#337)
Browse files Browse the repository at this point in the history
* closes #320 - real time output for tool deploy scripts

* fix formatting for black and add comments for another live output test based on PR comment

* adjust to more clearly show various approaches

* add PYTHONUNBUFFERED to docker image

* clean up troubleshooting comments

* black formatting

* removing comment bloat

Co-authored-by: PhillypHenning <phil8t8@gmail.com>
Co-authored-by: Phil Henning <phillyp.henning@gmail.com>
  • Loading branch information
3 people authored Nov 2, 2022
1 parent 40f94c4 commit 037d8e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ cython_debug/
# Developers
Notes.md
Dockerfile.local

# Secrets
secrets
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Using alpine fails on awscli install
FROM python:3.8.6-alpine
ENV DEBIAN_FRONTEND=noninteractive
ENV PYTHONUNBUFFERED=1
RUN apk add --no-cache bash
RUN apk update

Expand Down

0 comments on commit 037d8e2

Please sign in to comment.