-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Feature/allow multilines build scripts #282
Feature/allow multilines build scripts #282
Conversation
Will check asap |
Did a quick check on the default example. Instance is created but agent does NOT start. In complaints about the pre en post build script. Seem the multi line proposal is not working. I had not the time to dig in further. Hope you have an idea how to fix it. |
Hello, In the example: should be: which is, admittedly, ugly, but I cannot see any other mean to make both single and multilines cases work :-( |
Sorry for the late response, will check later today. |
Adding ref to gitlab docs: https://docs.gitlab.com/runner/configuration/advanced-configuration.html |
LGTM |
@fpalluel did you had time to have a look on the PR? |
Hello, just did it, sorry for the delay ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, please can you rebase the PR?
79fbbf6
to
c318510
Compare
Locally on MacOs I run :
And the pre-commit hook execution leads to differences in generated Terraform docs |
Seems missing in the docs, but the moduel is still on terraform 13. I use tfenv to swithc terraform version. Can you try the pre-commit hooks with terraform 13. In case the troubles remain, I can do a local merge |
c318510
to
6697ecf
Compare
Hello, So I switched back to Terraform-docs 0.10.1, but there are still changes in the generated content (headers formatting for instance)... |
## [4.23.0](4.22.0...4.23.0) (2021-02-28) ### Features * additional config parameter asg_delete_timeout to configure the timeout when trying to delete the ASG ([#305](#305)) ([f60c9d5](f60c9d5)) * allow multilines build scripts ([#282](#282)) ([7000c07](7000c07)), closes [#250](#250) ### Bug Fixes * autoscaling configuraton ([#301](#301)) ([6b35a10](6b35a10)) * respect create_cache_bucket variable and avoid concurrent changes to cache bucket ([#296](#296)) ([c3629f6](c3629f6))
🎉 This PR is included in version 4.23.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
See #281