Updating the oudated release script#6801
Updating the oudated release script#6801openshift-merge-robot merged 9 commits intoredhat-developer:mainfrom
Conversation
Signed-off-by: Ritu Deshmukh <[email protected]>
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
Co-authored-by: Armel Soro <[email protected]>
Co-authored-by: Armel Soro <[email protected]>
scripts/release-bit-verification.sh
Outdated
| WORKING_DIR=$(mktemp -d) | ||
| shout "WORKING_DIR=$WORKING_DIR" | ||
| export REPO_URL=${REPO_URL:-"https://github.com/redhat-developer/odo.git"} | ||
| if [ -f ${1} ]; |
There was a problem hiding this comment.
This would still create the temporary directory if the file is not valid.
I'd suggest inverting the condition: exit if the file does not exist, without even creating the temporary directory.
Once all checks are done on the first argument, we can proceed with creating the temporary directory.
|
Kudos, SonarCloud Quality Gate passed! |
|
Unrelated. /override ODO-PODMAN-TEST |
|
@rm3l: Overrode contexts on behalf of rm3l: ODO-PODMAN-TEST DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Network issues on Windows - tracked in #6838 /override windows-integration-test/Windows-test |
|
@rm3l: Overrode contexts on behalf of rm3l: windows-integration-test/Windows-test DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/override ODO-PODMAN-TEST |
|
@rm3l: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |








What type of PR is this:
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #6730
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: