hamlet-io / engine

Framework for managing cloud infrastructure via templates. It is part of the broader Hamlet devops framework.
GNU General Public License v3.0
5 stars 5 forks source link

fix: remove gen contract from stack outputs #2089

Closed roleyfoley closed 1 year ago

roleyfoley commented 1 year ago

Intent of Change

Description

Motivation and Context

When using a single deployment unit for all docker based registries if two pipelines update the image references at the same time conflicts are raised on the generation contract. We don't need to care about what was generated in a single file output so it can just be removed.

How Has This Been Tested?

Tested locally

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: