We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When I fixed #184 I didn't delete the old code that created local build-files.
This can lead to confusion if people try to use them instead of the ones that are created on the head node that will always have the correct values.
Delete the old code since it is incorrect and not needed.
Make sure that the documentation makes it clear that the build files are on the head node.
The text was updated successfully, but these errors were encountered:
Remove creation of local AMI build-files
34a6ec6
They are now generated in a lambda and downloaded to the head node. Related to #184. Resolves #216
e6ec919
3ee6578
Remove creation of local AMI build-files (#217)
2e334c2
cartalla
Successfully merging a pull request may close this issue.
Describe the bug
When I fixed #184 I didn't delete the old code that created local build-files.
This can lead to confusion if people try to use them instead of the ones that are created on the head node that will
always have the correct values.
Delete the old code since it is incorrect and not needed.
Make sure that the documentation makes it clear that the build files are on the head node.
The text was updated successfully, but these errors were encountered: