Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

state artifacts lists all available artifacts #3241

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Conversation

Naatan
Copy link
Member

@Naatan Naatan commented Apr 10, 2024

StoryDX-2727 `state artifacts` reports on all targets in the buildscript

@Naatan Naatan changed the base branch from master to version/0-43-0-RC10 April 10, 2024 19:40
@Naatan Naatan requested a review from mitchell-as April 10, 2024 19:40
mitchell-as
mitchell-as previously approved these changes Apr 10, 2024
Copy link
Contributor

@mitchell-as mitchell-as left a comment

Choose a reason for hiding this comment

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

Approved, but with a nit that's a bit more than a nit, though it's not a showstopper.

@@ -76,6 +78,8 @@ type structuredArtifact struct {
URL string `json:"url"`
}

const DefaultTarget = "__all__"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: It might be worth commenting where this value comes from, as we're in a runner and not in the buildplanner package or whatever else may help shed light on this value.

Actually, now that I think about it, maybe this constant should live somewhere in the runtime package and we refer to it in this file?

@Naatan Naatan merged commit 77ed85b into version/0-43-0-RC10 Apr 10, 2024
7 checks passed
@Naatan Naatan deleted the DX-2727 branch April 10, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants