Skip to content

Apply correct network setting during linux builds#4351

Merged
pwojcikdev merged 2 commits intonanocurrency:developfrom
gr0vity-dev:prs/fix_artifact_network_settings
Dec 19, 2023
Merged

Apply correct network setting during linux builds#4351
pwojcikdev merged 2 commits intonanocurrency:developfrom
gr0vity-dev:prs/fix_artifact_network_settings

Conversation

@gr0vity-dev
Copy link
Copy Markdown
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants