Download nightly build manifest when version is CI#1201
Conversation
|
current error: |
|
@nak3 Maybe the right place to add download_release_artifacts call is not in the generate-release file but in create-release-branch.sh directly and call it once there. As a side note it is also confusing that we call make generate-release four times in create-release-branch.sh. |
|
Thank you @skonto I will close this PR so would you mind opening the PR as you wanted to change? |
Yes please do. Let's add that line and we can clean up when we unify manifest generation as a next step we have some internal technical debt there. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nak3, skonto The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#1191 changed to download the manifest from
https://github.com/knative/$component/releases/download/knative-$release_suffix/$filebut the nightly build does not exist in the URL.This patch fixes it.