Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cirrus: Fix meta task failing to find commit
During the nightly cirrus-cron job on main, this error occured: ``` Using built-in Git... Limiting clone depth to 1! Cloning refs/heads/main... Enumerating objects: 9246, done. ...cut... Compressing objects: 100% (7182/7182), done. Total 9246 (delta 1519), reused 6078 (delta 1101), pack-reused 0 HEAD is at f353690. Hard resetting to 3908816... Failed to force reset to 3908816: object not found! ``` However, the repository code isn't needed or used for the meta task. Fix this by running `/bin/true` as the `clone_script`. Signed-off-by: Chris Evich <[email protected]>
- Loading branch information