GeriLife / companionship

Promoting companionship and well-being for everyone.
European Union Public License 1.2
7 stars 18 forks source link

CI: Python lint/test action breaks on fork #116

Open brylie opened 1 year ago

brylie commented 1 year ago

The "Python lint/test" CI pipeline fails on forked repositories with the following errors.

Example failure message > Fetching the repository /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feat/106_add_django-linear-migrations*:refs/remotes/origin/feat/106_add_django-linear-migrations* +refs/tags/feat/106_add_django-linear-migrations*:refs/tags/feat/106_add_django-linear-migrations* The process '/usr/bin/git' failed with exit code 1 Waiting 19 seconds before trying again /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feat/106_add_django-linear-migrations*:refs/remotes/origin/feat/106_add_django-linear-migrations* +refs/tags/feat/106_add_django-linear-migrations*:refs/tags/feat/106_add_django-linear-migrations* The process '/usr/bin/git' failed with exit code 1 Waiting 19 seconds before trying again /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feat/106_add_django-linear-migrations*:refs/remotes/origin/feat/106_add_django-linear-migrations* +refs/tags/feat/106_add_django-linear-migrations*:refs/tags/feat/106_add_django-linear-migrations* Error: The process '/usr/bin/git' failed with exit code 1

Task

Related issues/resources