Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow the container.image to be empty (#2235)
* Allow container.image to be null/empty * Remove unnecessary workflow type * Update src/Sdk/DTPipelines/Pipelines/ObjectTemplating/PipelineTemplateConverter.cs Co-authored-by: Ferenc Hammerl <[email protected]> * Rename ConvertToJobContainer to ConvertToContainer It converts serviceContainers too * Remove unused parameter AllowExpressions was always false * Allow service in yaml with empty string for value * Don't attempt to start services without an image * Improve error messages * Revert "Remove unused parameter" This reverts commit f4ab2d5. * Revert "Rename ConvertToJobContainer to ConvertToContainer" This reverts commit ffc62f8. * Fix revert merge conflict * Removed info logs * Added info log for services without container images Co-authored-by: moonblade <[email protected]> Co-authored-by: Ferenc Hammerl <[email protected]> Co-authored-by: Ava Stancu <[email protected]>
- Loading branch information