Skip to content

Conversation

efd6
Copy link
Contributor

@efd6 efd6 commented Jun 12, 2024

Please take a look.

Fixes #5

fleetpkg.go Outdated
Comment on lines 478 to 479
if err := readYAML(manifestPath, &ds.Manifest, true); err != nil {
return nil, err
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably want to conditionally omit this and the following couple of lines when we are an input package.

Copy link
Owner

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

}
},
"input": {
"manifest": {},
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I probably should have made the DataStream.Manifest a *DataStreamManifest so this could be omitted.

@andrewkroh andrewkroh merged commit 30d66e4 into andrewkroh:main Jun 12, 2024
@andrewkroh andrewkroh added the enhancement New feature or request label Jun 13, 2024
@andrewkroh
Copy link
Owner

Released in v0.0.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include fields for type=input packages
2 participants