I am setting up a workspace in gitpod where I need to checkout additional repository like multirepo example. I have added this property in my .gitpod.yml file however when setting up container image it is not checking out the additional repo. Can someone please tell me what is wrong with my yml file?
additionalRepositories:
- url: https://github.mycorp.com/repo1
- url: https://github.mycorp.com/repo2
tasks:
- name: start-workspace
init: .gitpod/startup.sh