Commit f531487
committed
Don't delete the build directory root
Since otherwise once Heroku builds are run from `/app`, builds
will output warnings due to the `/app` root being read only:
```
remote: -----> Subdir buildpack app detected
...
remote: cleaning build dir /app
remote: rm: cannot remove '/app': Read-only file system
```
Fixes #9.1 parent 5485d38 commit f531487
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments