Skip to content

Commit

Permalink
chore: adding postgres flag to manual docker job instructions (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer authored Oct 19, 2023
1 parent 86af8fb commit 459331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributors/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Ensure all items in this list are ticked:
> - `MAKE_TARGET`: `wakunode2`
> - `IMAGE_TAG`: the release tag (e.g. `v0.16.0`)
> - `IMAGE_NAME`: `wakuorg/nwaku`
> - `NIMFLAGS`: `--colors:off -d:disableMarchNative -d:chronicles_colors:none`
> - `NIMFLAGS`: `--colors:off -d:disableMarchNative -d:chronicles_colors:none -d:postgres`
> - `GIT_REF` the release tag (e.g. `v0.16.0`)
3. Deploy the release to appropriate fleets:
- Inform clients
Expand Down

0 comments on commit 459331e

Please sign in to comment.