Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Docker Implementation #6

Merged
merged 4 commits into from
Jun 14, 2024
Merged

Docker Implementation #6

merged 4 commits into from
Jun 14, 2024

Conversation

otherview
Copy link
Member

Describe your changes

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have executed relevant tests
  • I have added thorough tests for the changes
  • Does this need a documentation update?


slog.Info("Configuring network...")

networkID, err := cmdManager.Preset(presetNetwork, presetArtifactPath)
networkID, err := cmdManager.Preset(presetNetwork, presetEnv, presetArtifactPath)
Copy link
Contributor

@leszek-vechain leszek-vechain Jun 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stupid q - is the order here correct ? it is env, network, path when we parse it but we pass network, env, artifact

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the order is correct. However, it does look pretty gnarly, let me clean that up !

@otherview otherview merged commit ff89704 into main Jun 14, 2024
5 checks passed
@otherview otherview deleted the pedro/docker_implementation branch June 14, 2024 14:47
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.

3 participants