IBM/dbb

Additional error handling of the gitClone.sh script needed

dennis-behm opened this issue · 1 comments

The gitClone.sh needs extra some error handling to evaluate the return code of the git cmd. The process might fail with some unrelated issues:

fatal: unable to access 'https://dev.azure.com/IBM-DAT/RetirementCalculator/_git//RetirementCalculator/': error setting certificate file: /opt/anaconda1anaconda2anaconda3/bin/ca-bundle.crt

gitClone.sh: [ERROR] Unable to change to directory RetirementCalculator. rc=1

Implemented via #228