Skip to content

Commit

Permalink
Set shell pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Mar 18, 2024
1 parent d5372a8 commit 31b6add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ ENV \

ARG QEMU_CPU

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Install uv
RUN pip3 install "$(cat requirements_test.txt | grep '^uv')"

Expand Down
2 changes: 2 additions & 0 deletions script/hassfest/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
ARG QEMU_CPU
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install uv
RUN pip3 install "$(cat requirements_test.txt | grep '^uv')"
Expand Down

0 comments on commit 31b6add

Please sign in to comment.