-
Notifications
You must be signed in to change notification settings - Fork 17
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
Conversation
@@ -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; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 😉
@@ -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; |
There was a problem hiding this comment.
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 😉
follow up #988 to update updatecli
as per jenkins-infra/helpdesk#3763