Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Apply correct network setting during linux builds #4351

Merged

Conversation

gr0vity-dev
Copy link
Contributor

This pull request resolves an initialization issue in the network setting that occurs for linux builds, which always defaults to 'live' setting instead of applying 'beta' or 'test' respectively.

This is what was previously set as env variables
```env:
    artifact: 1
    NETWORK: BETA \
    CI_TAG: V26.0DB34 \
```

Fix:
```env:
    artifact: 1
    NETWORK: BETA
    CI_TAG: V26.0DB34
```
@pwojcikdev pwojcikdev merged commit eede334 into nanocurrency:develop Dec 19, 2023
14 of 17 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants