For some strange reason asking for the hash of a remote internal repository gives different result in CI & local machines in a regular basis (every other two months or so).
We are using dhall hash
to calculate the hash.
For instance:
dhall hash <<< ‘http://stash.cirb.lan/projects/CICD/repos/dhall-argocd/raw/kubernetes/argocd/package.dhall’
The only way to recover from such error is to clear the cache of the CI server.
Do we use the wrong command to calculate the hash somehow ?