"git@gitlab.idiap.ch:bob/bob.io.base.git" did not exist on "ea24782fc205a6417b9b89ff91013f4e1da94e0b"
Should encapsulate scripts/ci better
There are a few things we could do to make the CI scripts better to test and functionality more re-usable:
- It would be good that every environment variable required inside those commands is read from the command-line interface. That would give the chance for a user to test these recipes on their local installation before pushing changes
- The deployment of artefacts (conda packages and documentation) could be better encapsulated into functions that are more re-usable. Then, apply DRY where it matters!