datalad / git-annex

A non-official clone of git-annex established for DataLad purposes. No PRs will be merged, but could be used to test perspective git-annex patches. Official git-annex repository: https://git.kitenet.net/index.cgi/git-annex.git/
14 stars 3 forks source link

some integration with clients testing broke #188

Closed yarikoptic closed 7 months ago

yarikoptic commented 7 months ago

today's build-package on ubuntu errored out https://github.com/datalad/git-annex/actions/runs/6938554232/job/18874466539 image

+ git ls-remote --heads origin 'build-*'
+ cut -f2
+ cut -d/ -f3-
+ git ls-remote --heads origin 'result-*'
+ cut -f2
+ cut -d/ -f3-
+ yq -r 'keys | .[]' ../clients/clients.yaml
+ read clientid
Error: open ../clients/clients.yaml: no such file or directory
Error: Process completed with exit code 1.