Pull Git submodules for repos #733
Replies: 4 comments 1 reply
-
|
Is there any workaround for this? |
Beta Was this translation helpful? Give feedback.
-
|
Chiming in on this, have many deployments depending on submodules |
Beta Was this translation helpful? Give feedback.
-
|
Git submodules would allow me to really clean up my reused services throughout all my different stacks. |
Beta Was this translation helpful? Give feedback.
-
|
I was able to get this working with predeploy commands In extra context in case it's useful - I am using this to run a service where:
i cloned (with submodule) into a subdirectory of my komodo repo. then at the same level as the cloned submodule, I added this docker-compose file. services:
[[service-name]]:
build:
context: ./[[submodule-directory]]
container_name: [[service-name]]
ports:
- "[[port]]:[[port]]"
restart: unless-stopped |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Komodo doesn't pull Git submodules. Add a way to enable and disable submodules in the
Repostab 🙂Beta Was this translation helpful? Give feedback.
All reactions