Commit 2962b51
authored
build: clean up .nox directory (googleapis#12877)
The `.nox` directory is created when `nox` is run and is more than 100MB
for some packages. This PR removes the `.nox` directory after presubmit
tests run to free up disk space.
As an example,
1. cd to `packages/google-cloud-access-approval`
2. run `nox -s unit-3.9`
3. run `du -sh .nox` which shows the directory is 152 MB1 parent 57e8fbb commit 2962b51
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
0 commit comments