You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMP: Attempt to fix restoration of cache in upload job
This commit is an attempt to fix errors like the following:
```
[...]
Found a cache from build 718 at applauncher-build-934889f29d7d1ea60adf7b6d8844028749872863
Size: 103 MiB
Cached paths:
* /usr/src/AppLauncher-build
Downloading cache archive...
Validating cache...
Download duration for cache file /tmp/cache1192561374: 2.771237192s
Unarchiving cache...
Skipping writing "usr/src/AppLauncher-build/" - mkdir /usr/src/AppLauncher-build: permission denied
Skipping writing "usr/src/AppLauncher-build/Base/" - mkdir /usr/src/AppLauncher-build: permission denied
[...]
/bin/bash: line 6: cd: /usr/src/AppLauncher: No such file or directory
```
0 commit comments