masterleros / bash-devops-libs

Bash DevOps libraries
Apache License 2.0
2 stars 2 forks source link

Feature/errors #12

Closed masterleros closed 4 years ago

masterleros commented 4 years ago

@frbaroni please take a look, test from your end and approve so that I can merge

frbaroni commented 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)...

masterleros commented 4 years ago

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