Closed masterleros closed 4 years ago
The changes looks ok, but the tests are failing because gitlib.dummy cannot be imported (test-import-custom.sh)
INFO: Cloning Libs code from 'https://github.com/masterleros/bash-devops-libs.git'... INFO: Installing 'gitlib.dummy' code... ERROR: Library source '/tmp/dolibs/.libtmp/gitlib/develop/libs/dummy' not found! (does it need add source?) Exiting (1)...
It's because you are using the develop Brach, configure it to use feature/errors and test again. Once merged, develop will be updated and dummy lib will be there
@frbaroni please take a look, test from your end and approve so that I can merge