Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip installing git in build_bundle CI step (#1564)
`create-bundle` [used to depend on git](https://github.com/tiny-pilot/tinypilot/blob/1.8.0/bundler/create-bundle), as it downloaded external roles using git and used `git` to pull version information about the local repo. We've since simplified the bundle build process, so we no longer require git, and we can delete the CI step when we install git into the container. This saves us about 5s on every bundle build in CI. <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1564"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a>
- Loading branch information