generated from brylie/django-bootstrap-quick-start
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't workinghacktoberfestTasks suitable for HacktoberfestTasks suitable for Hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
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 1Task
- fix the "python lint/test" pipeline so it can run against repository forks
- specifically, look at the checkout action and see if it is properly configured or whether an alternative exists
Related issues/resources
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghacktoberfestTasks suitable for HacktoberfestTasks suitable for Hacktoberfesthelp wantedExtra attention is neededExtra attention is needed