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

chore(updatecli): update updatecli manifests to use the new goss-common.yaml file #989

Merged
merged 6 commits into from
Jan 15, 2024

Conversation

smerle33
Copy link
Contributor

follow up #988 to update updatecli

as per jenkins-infra/helpdesk#3763

@@ -174,7 +174,7 @@ $downloads = [ordered]@{
'cleanupLocal' = 'true';
};
'jq' = @{
'url' = 'https://github.com/stedolan/jq/releases/download/jq-{0}/jq-win64.exe' -f $env:JQ_VERSION;
'url' = 'https://github.com/jqlang/jq/releases/download/jq-{0}/jq-win64.exe' -f $env:JQ_VERSION;
Copy link
Member

Choose a reason for hiding this comment

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

I would add something about this change in the PR body.

Was it required for this PR or could it have been its own?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's to be compliant with this change updatecli/updatecli.d/jq.yml on the same PR, the new name is jqlang and seems better to use than the oldone stedolan that is forwarded to jqlang

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the explanation. I still would add a mention of this change in the PR body 😉

@smerle33 smerle33 marked this pull request as ready for review January 15, 2024 15:13
@@ -174,7 +174,7 @@ $downloads = [ordered]@{
'cleanupLocal' = 'true';
};
'jq' = @{
'url' = 'https://github.com/stedolan/jq/releases/download/jq-{0}/jq-win64.exe' -f $env:JQ_VERSION;
'url' = 'https://github.com/jqlang/jq/releases/download/jq-{0}/jq-win64.exe' -f $env:JQ_VERSION;
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the explanation. I still would add a mention of this change in the PR body 😉

@smerle33 smerle33 merged commit 7f8830c into jenkins-infra:main Jan 15, 2024
1 check was pending
@smerle33 smerle33 deleted the updatecli/goss/split branch January 15, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants