You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Summary
This PR:
* removes unnecessary echo in root-context which prevented to switch
context in case of non empty OVERRIDE_VERSION_ID (we cannot echo
anything in context files)
* fixes evg_host.sh recreate_kind_clusters as `configure` called from it
always expected to have arguments and shift command failed in case there
are none.
## Proof of Work
Only tested locally.
## Checklist
- [ ] Have you linked a jira ticket and/or is the ticket in the title?
- [ ] Have you checked whether your jira ticket required DOCSP changes?
- [ ] Have you added changelog file?
- use `skip-changelog` label if not needed
- refer to [Changelog files and Release
Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes)
section in CONTRIBUTING.md for more details
0 commit comments