digital-asset / daml-finance

Apache License 2.0
17 stars 16 forks source link

Be more verbose when `get-dependencies.sh` fails #1158

Open lucianojoublanc-da opened 10 months ago

lucianojoublanc-da commented 10 months ago

The script checks:

      # Check if the dependency exists in the following order :
      # 1 - cache
      # 2 - GitHub
      # 3 - local build

However, when it fails to find one, e.g. in GH, it will not report this. It will only report the last failure, in this case the local build.