stelligent / mu

A full-stack DevOps on AWS framework
https://getmu.io
MIT License
973 stars 135 forks source link

Issue 406 #407

Closed greghoggard closed 5 years ago

greghoggard commented 5 years ago

This changeset fixes an issue with using S3 as the SourceProvider of a pipeline generated from ServiceCatalog.

Previously, when selecting S3 as a SourceProvider, it would not provide the SourceBucket or SourceObjectKey parameters that are required to pass on to the pipeline.yml template.

The conditional statement in PipelineParams of pipeline_upsert.go that splits the S3 repository into its SourceBucket and SourceObjectKey parts is added to the pipelineCatalogUpserter function.

This changeset also fixes an issue in the pipelineCatalogUpserter workflow where it would not properly set the SourceBranch value.