mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-05 11:34:45 +00:00
disable colors in PR docker images (#3066)
This commit is contained in:
parent
729e63f53d
commit
deb8675089
2
.github/workflows/container-image.yml
vendored
2
.github/workflows/container-image.yml
vendored
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user