Skip to content

Commit

Permalink
disable colors in PR docker images (#3066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status authored Sep 27, 2024
1 parent 729e63f commit deb8675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: ${{ steps.secrets.outcome == 'success' }}
run: |
make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 NIMFLAGS="-d:disableMarchNative -d:postgres" wakunode2
make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 NIMFLAGS="-d:disableMarchNative -d:postgres -d:chronicles_colors:none" wakunode2
SHORT_REF=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit deb8675

Please sign in to comment.