Skip to content

Commit

Permalink
Apply pi-hole/FTL@75f11f3 also here
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Dec 9, 2024
1 parent b0a478c commit 32f6004
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ftl-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ ARG GIT_BRANCH="special/CI_development"
# Ensure that the TERM environment variable is set
ENV TERM=${TERM:-xterm}

# Monkeypatch BATS to remove duplicate output of starting and finished test
# BATS uses ANSI escape codes to overwrite the line after the test has finished
# This is not supported by Github Actions as it does not provide a TTY to the docker build container
RUN sed -i '/buffer_with_truncation /d' /bats-core/libexec/bats-core/bats-format-pretty

# Test compile FTL's development branch, the result is removed from the final container
# Run the full test suite to ensure that the container is still capable of running the tests
RUN git clone https://github.com/pi-hole/FTL.git --branch "${GIT_BRANCH}" \
Expand Down

0 comments on commit 32f6004

Please sign in to comment.