-
Notifications
You must be signed in to change notification settings - Fork 3
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/bpmn 386 remove docker from bpm deploy #452
Feature/bpmn 386 remove docker from bpm deploy #452
Conversation
Minimum allowed line rate is |
New release
|
bpm_file_path = config.deployment_path.bpm_diagram_folder_path | ||
|
||
for file_name in ( | ||
[fn for fn in os.listdir(bpm_file_path) if fn.endswith(".bpmn")] |
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.
This seems a bit hacky? Can't we configure in the project.yml
which files to deploy?
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.
No changes were made to this functionality, this is what is originally in the repository. Since this change is only about removing the dependency on Docker, could we let this slide for now and get back to this in a later PR?
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.
Boy scout rule etc, but ok
No description provided.