Skip to content

Commit

Permalink
Disable buildkit log clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 31, 2020
1 parent 75e1a0c commit f9a2501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

- name: Build
if: "contains(github.event.head_commit.message, 'build-php5.3')"
env:
BUILDKIT_STEP_LOG_MAX_SIZE: -1
BUILDKIT_STEP_LOG_MAX_SPEED: -1
run: |
docker build . -f php-5.3/Dockerfile -t php-5.3
docker run --name=php-5.3 php-5.3 sh -c exit
Expand Down

0 comments on commit f9a2501

Please sign in to comment.