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

integrates the output flag for filegen #2201

Merged
merged 3 commits into from
Aug 7, 2020

Conversation

BenWhiteJam
Copy link
Contributor

integrates the output directory flag for filegen config pre-processing

@@ -98,7 +98,8 @@ jobs:
-num-of-observers-in-metachain 1 \
-chain-id ${{ github.sha }} \
-hysteresis $HYSTERESIS \
-stake-type delegated
-stake-type delegated \
-output-directory ./
Copy link
Contributor

Choose a reason for hiding this comment

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

why not a new directory? like ./output

Copy link
Contributor Author

Choose a reason for hiding this comment

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

as it creates the according files on the deployment server path which then get picked up by the config file sed and the kube config map creation step.
Would push the update to a separate folder into a more general deployment file update branch to parse files more dynamic and be less error prone for future config file creations.

@LucianMincu LucianMincu merged commit f9e70bc into development Aug 7, 2020
@LucianMincu LucianMincu deleted the adopt_filegen_output_flag branch August 7, 2020 16:45
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.

None yet

5 participants