-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(python): scope checkout caches to the specific project
Since the template uses the `mozilla` trust domain, it's expected for workers to run tasks for multiple unrelated projects. Therefore we don't want to share a checkout cache between them (and especially not call them all `src`). This scopes the checkout cache to just the specific project as well as renames it from `src` -> `${project}`.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters