Skip to content

Commit 399794a

Browse files
committed
Export the container feed
1 parent 7c21035 commit 399794a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cmd/internal/converters/deployment_process_converter.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ func (c DeploymentProcessConverter) exportFeeds(resource octopus.DeploymentProce
186186
for _, step := range resource.Steps {
187187
for _, action := range step.Actions {
188188

189+
if strutil.NilIfEmptyPointer(action.Container.FeedId) != nil {
190+
c.FeedConverter.ToHclById(strutil.EmptyIfNil(action.Container.FeedId), dependencies)
191+
}
192+
189193
for _, pack := range action.Packages {
190194
if pack.FeedId != nil {
191195
err := c.FeedConverter.ToHclById(strutil.EmptyIfNil(pack.FeedId), dependencies)

wasm/convert_project.wasm

514 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)