syntasso / kratix-cli

CLI-based tool to build Promises
Apache License 2.0
2 stars 2 forks source link

Handle multiple containers in the same pipeline #16

Closed richcooper95 closed 4 months ago

richcooper95 commented 4 months ago

fixes #15

richcooper95 commented 4 months ago

Not sure whether we should omit containers from the path, since the Pipeline directory doesn't have anything except the container directories inside - so we'd have this:

.
└── workflows
    └── promise
        └── configure
            ├── workflow.yaml
            └── pipeline-1
                  ├── another-testing-container
                  │   ├── ...
                  └── testing-container
                      ├── ...

Instead of this:

.
└── workflows
    └── promise
        └── configure
            ├── workflow.yaml
            └── pipeline-1
                ├── containers
                      ├── another-testing-container
                      │   ├── ...
                      └── testing-container
                          ├── ...
richcooper95 commented 4 months ago

Opted for removing containers/!