Hi!

I have been moving some of the toolforge related repositories from gerrit to gitlab, you will find all of them under:

https://gitlab.wikimedia.org/repos/cloud/toolforge


I have renamed also a few of them to make the namings a bit more consistent:

* Renamed toolforge-builds-api -> builds-api
* Renamed toolforge-envvars-cli -> envvars-cli
* Renamed toolforge-envvars-api -> envvars-api

So please make sure to change the urls of your repos to the new urls:
```
git remote set-url origin git@gitlab.wikimedia.org/repos/cloud/toolforge/<new_repo_name>
```

This will allow us to better setup CI and CD pipelines to build and deploy toolforge.
There's an ongoing decision about the exact process here:
https://phabricator.wikimedia.org/T339198

Make sure to write down your ideas there!

Have a nice weekend,

David